/*公共样式开始*/
*{
	margin: 0;
	padding: 0;
	list-style: none;
}
html{ 
	overflow-x:hidden; 
	overflow-y:auto; 
	height:100%;
}
/* @font-face
{
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/hinted-CenturyGothic-Bold.eot');
    src: url('../fonts/hinted-CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/hinted-CenturyGothic-Bold.woff2') format('woff2'), 
	url('../fonts/hinted-CenturyGothic-Bold.woff') format('woff'), 
	url('../fonts/hinted-CenturyGothic-Bold.ttf') format('truetype'), 
	url('../fonts/hinted-CenturyGothic-Bold.svg#hinted-CenturyGothic-Bold') format('svg');
}
 */
@font-face
{
    font-family: 'AvantGardeITCbyBT-Book';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/AvantGardeITCbyBT-Book.eot');
    src: url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'), 
	url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'), 
	url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'), 
	url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
}
@font-face
{
    font-family: 'AvantGardeITCbyBT-Demi';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/AvantGardeITCbyBT-Demi.eot');
    src: url('../fonts/AvantGardeITCbyBT-Demi.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/AvantGardeITCbyBT-Demi.woff2') format('woff2'), 
	url('../fonts/AvantGardeITCbyBT-Demi.woff') format('woff'), 
	url('../fonts/AvantGardeITCbyBT-Demi.ttf') format('truetype'), 
	url('../fonts/AvantGardeITCbyBT-Demi.svg#AvantGardeITCbyBT-Demi') format('svg');
}
@font-face
{
    font-family: 'AgencyFB-Reg';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/AgencyFB-Reg.eot');
    src: url('../fonts/AgencyFB-Reg.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/AgencyFB-Reg.woff2') format('woff2'), 
	url('../fonts/AgencyFB-Reg.woff') format('woff'), 
	url('../fonts/AgencyFB-Reg.ttf') format('truetype'), 
	url('../fonts/AgencyFB-Reg.svg#AgencyFB-Reg') format('svg');
}


@font-face
{
	font-family: 'Roboto-Regular';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/Roboto-Regular.ttf');
}
@font-face
{
	font-family: 'Roboto-Light';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/Roboto-Light.ttf');
}


@font-face
{
	font-family: 'bodoni_mt';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/bodoni_mt.ttf');
}
@font-face
{
	font-family: 'BOD_I';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/BOD_I.TTF');
}
@font-face
{
	font-family: 'impact';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/impact.ttf');
}


/*
	//放大
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	 
	
	//居中
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
	//旋转
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	
	//一行显示点
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	//几行显示点
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	
	//圆点
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	
	//去除select默认样式
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
*/


body
{
	
	position: relative;
	min-height:100%;
	width: 100%;
	overflow: hidden;
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', 'Helvetica, Arial', 'sans-serif';
    font-size: 14px;
    font-weight: 300;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.searchactive
{
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin: 0px;
    margin: 0px;
}

p{
	padding: 0;
	margin: 0;
}
ul,label
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
.w-100{
	float: left;
	width: 100%;
}
@media (max-width: 1199px)
{
	.w-100{
		padding: 0 0%;
	}
}
.w-1400{
	width: 1400px;
	margin: 0 auto;
}
@media (max-width: 1400px){
	.w-1400{
		width: 100%;
		padding: 0 3%;
	}
}
.w-1500{
	width: 1500px;
	margin: 0 auto;
}
@media (max-width: 1500px){
	.w-1500{
		width: 100%;
		padding: 0 3%;
	}
}


/*公共样式结束*/


.main {
	max-width: 100%;
	margin: 0;
}
.column{
	width: 100%;
	padding: 0 0;
	min-height: 0%;
	position: inherit;
}
.button1{
	position: fixed;
	left: 50px;
	top: 64px;
	background: none;
	padding: 0;
	margin: 0;
	height: auto;
	outline: none;
	cursor: pointer;
	z-index: 100;
}
.button1:hover{
	background: none;
	 outline: none;
}
.logo{
	position: fixed;
	left: 50px;
	top: 9px;
	z-index: 887;
	 outline: none;
}
html, body, .st-container, .st-pusher, .st-content{
	/*height: 100%;*/
	height: auto;
}


.st-effect-11.st-menu-open .st-pusher {
    /*-webkit-transform: translate3d(564px, 0, -30px) rotateY(-30deg);
    transform: translate3d(564px, 0, -30px) rotateY(-30deg);*/
    
    -webkit-transform: translate3d(664px, 0, -0px) rotateY(-0deg);
    transform: translate3d(664px, 0, -0px) rotateY(-0deg);
}
.st-menu{
	width: 664px;
	background: #314e92;
}


.banenr-one{
	width: 100%;
	height: 100%;
	position: relative;
}
.banenr-one .video1{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}
@media (min-width: 1921px){
	.banenr-one .video1{
		width: 100%;
	}
}
.one-img1{
	display: none;
	width: 100%;
	height: 100%;
}

.one-en-cn{
	position: absolute;
	right: 46px;
	bottom: 68px;
	width: 33px;
	height: 33px;
	z-index: 100;
}


.one-en-cn-1{
	position: absolute;
	right: 28px;
	top: 60px;
	z-index: 100;
}
.one-en-cn-1 .one-langure{
	float: left;
	width: 59px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: lighter;
	border-right:1px solid rgba(220,220,220,0.6);
}
.one-en-cn-1 .one-langure:nth-child(2){
	border-right:0px solid #858789;
}
.one-en-cn-1 .one-langure.hover{
	font-weight: normal;
}


.one-txt-1{
	position: absolute;
	right: 42px;
	top: 82px;
}
.one-txt-2{
	position: absolute;
	left: 0%;
	top: 50%;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
	width: 100%;
	text-align: center;
	z-index: 100;
}
.one-txt-2 .one-txt-2-con{
	float: left;
	width: 100%;
	padding: 72px 0;
	position: relative;
	color: #fff;
}
.one-txt-2 .one-txt-2-con::after{
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 42px;
	background: #cfd0d6;
	content: "";
}
.one-txt-2 .one-txt-2-con::before{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 42px;
	background: #cfd0d6;
	content: "";
}
.one-txt-2 .one-txt-2-p1{
	float: left;
	width: 100%;
	line-height: 86px;
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 9px;
}
.one-txt-2 .one-txt-2-p2{
	float: left;
	width: 100%;
	line-height: 56px;
	font-size: 30px;
	letter-spacing: 3px;
}


.one-fx-1{
	position: absolute;
	left: 27px;
	/* bottom: 42px; */
	bottom: 72px;
	z-index: 100;
}


.one-fx-1 .bdshare-button-style0-16 a{
	width: 28px !important;
	height: 22px !important;
	margin: 0 !important;
	margin-left: 24px !important;
	background-position: 0 0px;
}

.one-fx-1 .bdshare-button-style0-16 .bds_tqq{
	background: url(../images/qq.png) no-repeat;
}
.one-fx-1 .bdshare-button-style0-16 .bds_weixin{
	background: url(../images/wx.png) no-repeat;
}
.one-fx-1 .bdshare-button-style0-16 .bds_tsina{
	background: url(../images/wb.png) no-repeat;
}
.bd_weixin_popup .bd_weixin_popup_main{
	padding: 10px 5px 5px 5px !important;
}

.one-fx-1 .one-wb{
	margin-left: 50px;
}
.one-fx-1 .one-wx{
	margin-left: 50px;
}
.header-search{
	position: absolute;
	left: 0px;
	top: 0px;
	
	
}
.menu-title{
	float: left;
	width: 100%;
	height: 11%;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	position: relative;
	padding-left: 52px;
	padding-top: 22px;
	font-size: 18px;
	color: #005f29;
	vertical-align: middle;
}
.menu-title .m-title-img{
	margin-right: 18px;
	padding-bottom: 6px;
}
.menu-title .x{
	position: absolute;
	right: 32px;
	top: 40px;
	
	width: 26px;
	height: 26px;
}
.menu-title .x img{
	display: block;
	width: 100%;
	height: 100%;
}
.st-menu ul li a{
	padding: 0;
	border: 0;
	box-shadow: inset 0 0px rgba(0,0,0,0.2);
	padding-left: 50px;
}
.st-menu ul li a img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 28px;
}
.st-menu ul li a:hover{
	background: #1c3673;	
}


.st-menu ul li a{
	 background: rgba(0,0,0,0.0);
    box-shadow: inset 0 -0px rgba(0,0,0,0);
    color: #333;
	font-size: 28px;
}
.st-menu ul li a:hover {
    background: rgba(0,0,0,0.0);
    box-shadow: inset 0 -0px rgba(0,0,0,0);
}
.st-menu ul li:first-child a{
	background: rgba(0,0,0,0.0);
    box-shadow: inset 0 -0px rgba(0,0,0,0);
    /* color: #333; */
}
.left-menu{
	float: left;
	width: 100%;
	height: 89%;
	position: relative;
}
.img-m{
	position: absolute;
	right: 0;
	bottom: 0;
}
.left-279{
	float: left;
	width: 279px;
	height: 100%;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.widget-title{
	height: 100%;
}
.widget-title ul{
	height: 100%;
}
.left-279 ul li{
	float: left;
	width: 100%;
	height: 16.66666%;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	
}
.left-279 ul li label{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.left-279 ul li label .link{
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
	width: 100%;
	padding-left: 44px;
	font-size: 28px;
	font-weight: 300;
}

.left-279 ul li label .link a{
	padding-left: 0;
}
.left-279 ul li label .link a:hover{
	color: inherit;
}

.left-279 ul li label .link img{
	
	margin-right: 28px;
	vertical-align: middle;
	padding-bottom: 3px;
}
.left-279 ul li label .link .block{
	display: inline-block;
}
.left-279 ul li label .link .none{
	display: none;
}
.left-279 ul li:last-child{
	border-bottom: 0px solid #6f83b3;
}
/* .left-279 ul li:hover a{
	background: #005f29;
} */
.left-279 ul li label{
	display: block;
	float: left;
	width: 100%;
	color: #fff;
}
.left-279 ul li a{
	display: block;
	float: left;
	width: 100%;
}
.left-menu input {
	display: none;
}
.left-menu .left-385 ul {
	display: none;
	float: left;
	width: 100%;
}
#zj:checked~.left-385 .zj,
#bk:checked~.left-385 .bk,
#xw:checked~.left-385 .xw,
#dj:checked~.left-385 .dj,
#zx:checked~.left-385 .zx,
#rl:checked~.left-385 .rl,
#lx:checked~.left-385 .lx
{
	display: block
}

#zj:checked~.left-279 .widget-title ul li .zj1,
#bk:checked~.left-279 .widget-title ul li .bk1,
#xw:checked~.left-279 .widget-title ul li .xw1,
#dj:checked~.left-279 .widget-title ul li .dj1,
#zx:checked~.left-279 .widget-title ul li .zx1,
#lx:checked~.left-279 .widget-title ul li .lx1 {
	background: #1c3673;
	color: #fff;
}

#zj:checked~.left-279 .widget-title ul li .zj1 .link .block,
#bk:checked~.left-279 .widget-title ul li .bk1 .link .block,
#xw:checked~.left-279 .widget-title ul li .xw1 .link .block,
#dj:checked~.left-279 .widget-title ul li .dj1 .link .block,
#zx:checked~.left-279 .widget-title ul li .zx1 .link .block,
#lx:checked~.left-279 .widget-title ul li .lx1 .link .block{
	display: none;
} 

#zj:checked~.left-279 .widget-title ul li .zj1 .link .none,
#bk:checked~.left-279 .widget-title ul li .bk1 .link .none,
#xw:checked~.left-279 .widget-title ul li .xw1 .link .none,
#dj:checked~.left-279 .widget-title ul li .dj1 .link .none,
#zx:checked~.left-279 .widget-title ul li .zx1 .link .none,
#lx:checked~.left-279 .widget-title ul li .lx1 .link .none{
	display: inline-block;
}

.left-385{
	float: left;
	width: 384px;
}
.left-385 ul li{
	float: left;
	width: 100%;
	box-shadow: inset 0 0px rgba(0,0,0,0.2);
	
}
.left-385 ul li a{
	display: block;
	float: left;
	width: 100%;
	height: 72px;
	line-height: 72px;
	font-size: 20px;
	color: #fff;
	box-shadow: inset 0 0px rgba(0,0,0,0.2);
}

.left-385 ul li a:hover{
	background: #1c3673;
}


     

.logo-1{
	position: absolute;
	left: 50%;
	top: 25px;
	z-index: 999999;
	-webkit-transform: translate(-50%,-0%);
	-ms-transform: translate(-50%,-0%);
	-moz-transform: translate(-50%,-0%);
	transform: translate(-50%,-0%);
}
.mouse-1{
	width: 30px;
	height: 55px;
	position: absolute;
	left: 50%;
	bottom: 55px;
	
	-webkit-transform: translate(-50%,-0%);
	-ms-transform: translate(-50%,-0%);
	-moz-transform: translate(-50%,-0%);
	transform: translate(-50%,-0%);
}

.logo-menu{
	width: 63px;
}


.box-footer
{
    height: auto;
}

.myContent{
	float: left;
	width: 100%;
	padding: 20px 5.2%;
}
.myContent .myContent-top{
	
	float: left;
	width: 100%;
	line-height: 56px;
	border-bottom: 1px solid #d6d6d6;
}
.myContent .myContent-top .myContent-top-left{
	float: left;
	font-size: 14px;
	color: #970008;
}  
.myContent .myContent-top .myContent-top-left a{
	font-size: 14px;
	color: #333;
	margin-right: 40px;
} 
.myContent .myContent-top .myContent-top-left a:hover{
	color: #970008;
}
.myContent .myContent-top .myContent-top-right{
	font-family: 'AvantGardeITCbyBT-Demi';
	float: right;
	font-size: 14px;
	color: #0b0b0b;
}   
.myContent .myContent-top .myContent-top-right img{
	margin-left: 10px;
}
.myContent .myContent-bottom{
	float: left;
	width: 100%;
	line-height: 58px;
}
.myContent .myContent-bottom .foot-add-bq{
	font-size: 14px;
	color: #999;
}
.myContent .myContent-bottom .foot-add-bq span{
	margin-right: 26px;
}
.myContent .myContent-bottom .foot-add-bq a{
	color: #999;
}
.myContent .myContent-bottom .foot-add-bq .a1{
	float: right;
}

   
@media (max-width: 767px){
	.left-279 ul li label .link a{
		text-align: left;
		font-size: 16px;
	}
}



/*搜索*/
.one-en-cn .search-box
{
    position: fixed;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(49, 78, 146, .9);
}
.one-en-cn .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.one-en-cn .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.one-en-cn .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .one-en-cn .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.one-en-cn .search-box .input-submit
{
    line-height: 30px;

    float: right;

    width: 30px;
	height: 30px;
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

	background: url(../images/search.png) no-repeat;
}
.one-en-cn .search-box .input-submit:before
{
}
@media (min-width: 768px)
{
    .one-en-cn .search-box .input-submit
    {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }
}
.one-en-cn .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .one-en-cn .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .one-en-cn .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.one-en-cn .search-box.search-xs.show
{
    z-index: 66;
}
.one-en-cn .search-box.search-xs.show .search
{
    left: 0;
}
.one-en-cn .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .one-en-cn .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .one-en-cn .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.one-en-cn .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.one-en-cn .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.one-en-cn .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.one-en-cn .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #006a5d;
}
.one-en-cn .search-lg
{
    top: 0;
}
.one-en-cn .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.one-en-cn .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-radius: 0;
}
.one-en-cn .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.one-en-cn .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
}
.one-en-cn .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px){
    .one-en-cn .search-lg .close-btn
    {
        right: 8%;
    }
}
.one-en-cn .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}



#index-container {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 2;
}
#index-container .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.96, 0.08, 0.5, 1.01);
          transition-timing-function: cubic-bezier(0.96, 0.08, 0.5, 1.01);
}
#index-container .swiper-pagination {
	right: 36px;
}
#index-container .swiper-pagination span {
	width: 30px;
	height: 30px;
	margin: 0px 0;
	position: relative;
	background: url(../images/ico-0.png) no-repeat;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
#index-container .swiper-pagination span:nth-last-child(2)::after{
	display: none;
}
#index-container .swiper-pagination span:first-child::before{
	display: none;
}

#index-container .swiper-pagination span::after{
	position: absolute;
	bottom: 0px;
	left: 50%;
	height: 10px;
	width: 0px;
	border-right: 1px dashed #fff;
	content: "";
}
#index-container .swiper-pagination span::before{
	position: absolute;
	top: 0px;
	left: 50%;
	height: 10px;
	width: 0px;
	border-right: 1px dashed #fff;
	content: "";
}
#index-container .swiper-pagination span:last-child {
  display: none;
}
#index-container .swiper-pagination span.swiper-pagination-bullet{
	border-radius: 0;
	opacity: 1;
}
#index-container .swiper-pagination span.swiper-pagination-bullet-active {
	background: url(../images/ico-0-on.png) no-repeat;
}


#index-container .swiper-container-vertical > .swiper-pagination-bullets{
}

#index-container .swiper-pagination span.swiper-pagination-bullet-active:before {
	display: none;
}
#index-container .swiper-pagination span.swiper-pagination-bullet-active:after {
	display: none;
}
.index-swiper-wrapper {
  width: 100%;
  height: 100vh;
}
.index-swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: 100% 100% !important;
}
.swiper-slide5{
	background: url(../images/i-news-img-2.png) 44.5% bottom no-repeat, url(../images/i-news-img-1.png) 84% top no-repeat;
}
.index-swiper-wrapper .swiper-slide6 {
  height: auto!important;
}
@media (max-width: 1199px) {
	.index-swiper-wrapper .swiper-slide {
	    background-size: auto 100% !important;
	}
}
.ph-language{
	display: none;
}
@media (max-width: 767px) {
	
	.swiper-wrapper{
		display: block;
	}
	#index-container{
		height: 100%;
	}
	.index-swiper-wrapper{
		height: 100%;
	}
	.index-swiper-wrapper .swiper-slide{
		height: 100%;
	}
	.swiper-slide{
		-webkit-flex-shrink: inherit;
		-ms-flex: inherit;
		flex-shrink: inherit;
	}
	.swiper-slide0 .logo-1{
		display: none;
	}
	.ph-language{
		display: block;
		float: right;
		line-height: 60px;
		margin-right: 5%;
		color: #fff;
		font-size: 16px;
		font-size: 18px;
	}
}

/*首页banner*/
.banner {
	font-size: 0;

	position: relative;

	overflow: hidden;

	width: 100%;

	z-index: 99;
}
.banner .pc{
	display: block;
}
.banner .phone{
	display: none;
}

.banner .slick-list {
	z-index: 1;
}

.banner .slick-track {
	z-index: 1;
}

.banner .slick-slide {
	z-index: 1;
}

@media (max-width: 1199px) {
	.banner {
	}
}

@media (max-width: 1199px) {
	.banner .slickbanner {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
}



.banner .to-num {
	font-size: 22px;
	line-height: 50px;

	position: absolute;
	right: 240px;
	bottom: 20px;

	color: #fff;
}

.banner .to-num:before {
	content: '0';
}

@media (max-width: 991px) {
	.banner .to-num {
		right: 20px;
		bottom: 0;
	}
}

.banner .slick-arrow {
	width: 72px;
	height: 72px;
	position: absolute;
	z-index: 99999999;
	top: 50%;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner .slick-arrow.slick-prev {
	left: 4%;
	background: url(../images/banner-prev.png) no-repeat;
	background-size: 100% 100%;
}

/* .banner .slick-arrow.slick-prev:hover{
	top: 50%;
	background: url(../images/banner-prev-hover.png) no-repeat;
} */
.banner .slick-arrow.slick-next {
	right: 4%;
	background: url(../images/banner-next.png) no-repeat;
	background-size: 100% 100%;
}

/* .banner .slick-arrow.slick-next:hover{
	right: 47%;
	background: url(../images/banner-next-hover.png) no-repeat;
} */
@media (max-width: 1366px) {
	.banner .slick-arrow.slick-prev {
		/* left: 46%; */
	}

	.banner .slick-arrow.slick-prev:hover {
		/* left: 46%; */
	}

	.banner .slick-arrow.slick-next {
		/* right: 46%; */
	}

	.banner .slick-arrow.slick-next:hover {
		/* right: 46%; */
	}
}

@media (max-width: 1199px) {
	.banner .slick-arrow.slick-prev {
		left: 3%;
		width: 30px;
		height: 30px;
	}

	.banner .slick-arrow.slick-prev:hover {
		/* left: 45%; */
	}

	.banner .slick-arrow.slick-next {
		right: 3%;
		width: 30px;
		height: 30px;
	}

	.banner .slick-arrow.slick-next:hover {
		/* right: 45%; */
	}
}


@media (max-width: 991px) {
	.banner .slick-arrow.slick-next {
		right: 15%;
	}

	.banner .slick-arrow.slick-prev {
		left: 15%;
	}
}


@media (max-width: 767px) {
	.banner .slick-arrow {
		width: 20px;
		height: 20px;
	}

	.banner .slick-arrow.slick-prev {
		left: 16%;
	}

	.banner .slick-arrow.slick-prev:hover {}

	.banner .slick-arrow.slick-next {
		right: 16%;
	}

	.banner .slick-arrow.slick-next:hover {}
}



.banner .slick-arrow:hover:before {
	color: rgba(255, 255, 255, .8);
}

.banner .slick-dots {
	position: absolute;
	left: 60px;
	bottom: 50px;
	

	text-align: center;
	color: #fff;
	z-index: 99999;
}

@media (max-width: 991px) {
	.banner .slick-dots {
	}
}

@media (max-width: 1199px) {
	.banner .slick-dots {
		text-align: left;
	}
}

@media (max-width: 991px) {
	.banner .slick-dots {
		bottom: 20px;
	}
	
}

.banner .slick-dots li {
	display: inline-block;
	vertical-align: bottom;
	line-height: 34px;
	margin-right: 30px;
	opacity: 0.4;
}
.banner .slick-dots li.slick-active{
	opacity: 0.7;
}
.banner .slick-dots li.slick-active button {
	opacity: 1;
	font-size: 48px;
	line-height: 0;
}

.banner .slick-dots li button {
	font-size: 36px;
	font-weight: bold;

	display: inline-block;

	opacity: 1;
	color: #fff;
	background: none;
}

.banner .slick-dots li button:before {
	content: '0';
}

.banner .slick-slider{
	height: 100%;
}
.banner .slick-slider .slick-list{
	height: 100%;
}
.banner .slick-slider .slick-list .slick-track{
	height: 100%;
} 
.banner img {
	display: block;

	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.banner .img-box {
	padding-bottom: 50.44666316342617%;
	/* padding-bottom: 50%; */
}

.banner .text {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #010101;
	
}
.banner .text-1{
	width: 100%;
	padding-left: 6.1%;
}
.banner .text-1 h1 {
	height: 59px;
	background: url(../images/banner-img-1.png) no-repeat;
}

.banner .text-1 h2 {
	width: 50%;
	overflow: hidden;
	height: 52px;
	line-height: 26px;
	font-size: 18px;
	color: #010101;
	margin-top: 22px;
	
}

.banner .text-1 h3 {
	width: 50%;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	margin-top: 5px;
	color: #666;
	padding-bottom: 19px;
	position: relative;
}
.banner .text-1 h3:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 44px;
	height: 4px;
	background: #005926;
	content: "";
}
.banner .text-1 h4{
	font-family: 'Roboto-Regular';
	font-weight: 300;
	float: left;
	width: 100%;
	line-height: 78px;
	margin-top: 46px;
	font-size: 56px;
	color: #005926;
	letter-spacing: 10px;
}





.banner .text-2 {
	max-width: 590px;
	top:50%;
	left: auto;
	right: 7.5%;
	text-align: left;
	color: #010101;
	
}

.banner .text-2 h1 {
	position: relative;
	height: 123px;
	line-height: 123px;
	font-size: 46px;
	color: #010101;
	font-weight: lighter;
}
.banner .text-2 h1 span{
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-size: 60px;
	color: #005f29;
	padding-bottom: 15px;
	margin: 0 10px;
}
.banner .text-2 h1 i{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: #6b967a;
	border-radius: 100%;
	margin: 0 5px;
	padding-bottom: 12px;
}
.banner .text-2 h1:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 88px;
	height: 5px;
	background: #005f29;
	content: "";
}
.banner .text-2 h1:before{
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 210px;
	height: 1px;
	left: -210px;
	background: #005f29;
	content: "";
}
.banner .text-2 h2 {
	float: left;
	width: 100%;
	clear: both;
	height: 72px;
	line-height: 36px;
	margin-top: 17px;
	font-size: 16px;
	color: #010101;
	font-weight: 300;
}



.banner .text-3{
	float: left;
	width: auto;
	padding-left: 5.2%;
	
}

.banner .text-3 h1 {
	height: 108px;
	line-height: 108px;
	font-size: 42px;
	color: #91362f;
	letter-spacing: 6px;
	overflow: hidden;
}
.banner .text-3 h1 strong{
	font-size: 56px;
	margin-right: 10px;
}
.banner .text-3 h2 {
	float: left;
	width: 100%;
	clear: both;
	height: 102px;
	line-height: 34px;
	font-size: 16px;
	font-weight: 300;
	color: #010101;
	overflow: hidden;
}
.banner .text-3 h3{
	float: left;
	width: 16px;
	height: 165px;
	margin-top: 137px;
}
.banner .text-3 h3 .span1{
	float: left;
	width: 16px;
	height: 16px;
	border: 1px solid #91362f;
	border-radius: 100%;
}
.banner .text-3 h3 i{
	float: left;
	width: 0px;
	height: 108px;
	margin-left: 8px;
	margin-top: 12px;
	border-left: 1px dashed #91362f;
}
.banner .text-3 h3 .span2{
	float: left;
	width: 16px;
	height: 16px;
	border: 1px solid #91362f;
	border-radius: 100%;
	margin-top: 12px;
}

.banner .text-4{
	max-width: 650px;
	top:50%;
	left: auto;
	right: 14%;
	text-align: right;
	color: #fff;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
}


.banner .text-4 h3 {
	float: left;
	width: 100%;
	clear: both;
	line-height: 60px;
	margin-bottom: 22px;
	font-size: 48px;
	color: #fff;
}
.banner .text-4 h1 {
	display: inline-block;
	line-height: 40px;
	font-size: 30px;
	padding: 15px 22px 12px 22px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	font-weight: 300;
}

.banner .text-4 h2 {
	float: left;
	width: 100%;
	clear: both;
	line-height: 40px;
	margin-top: 29px;
	font-size: 20px;
	color: #fff;
	font-weight: 300;
}







.banner .slick-current .text-1 h1,
.banner .slick-current .text-1 h2,
.banner .slick-current .text-1 h3,
.banner .slick-current .text-1 h4,
.banner .slick-current .text-1 p {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}

.banner .slick-current .text-2 h1,
.banner .slick-current .text-2 h2,
.banner .slick-current .text-2 h3,
.banner .slick-current .text-2 h4,
.banner .slick-current .text-2 p {
	-webkit-animation: fadeInRight 1s 0s ease both;
	animation: fadeInRight 1s 0s ease both;
}

.banner .slick-current .text-3 h1,
.banner .slick-current .text-3 h2,
.banner .slick-current .text-3 h3,
.banner .slick-current .text-3 h4,
.banner .slick-current .text-3 p {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 0.6s 0s ease both;
}

.banner .slick-current .text-4 h1,
.banner .slick-current .text-4 h2,
.banner .slick-current .text-4 h3,
.banner .slick-current .text-4 h4,
.banner .slick-current .text-4 p {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}

.banner .slick-current .text-5 h1,
.banner .slick-current .text-5 h2,
.banner .slick-current .text-5 h3,
.banner .slick-current .text-5 h4,
.banner .slick-current .text-5 p {
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
}
@media (max-width: 1680px) {
	.banner .img-box{
		padding-bottom: 62.5%;
	}
}
@media (max-width: 1366px) {
	.banner .img-box{
		padding-bottom: 56.22254758418741%;
	}
}



@media (max-width: 1199px) {
	.banner .img-box{
		padding-bottom: 75%;
	}
	
}

@media (max-width: 991px) {

}
@media (max-width: 767px) {
	
	.banner .pc{
		display: none;
	}
	.banner .phone{
		display: block;
	}
	.banner img.phone {
		height: 100%;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
		
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
	}
}


@font-face{
    font-family: 'AgencyFB.ttf';
    src: url('../fonts/AgencyFB.ttf');
}
.two-txt-1{
	vertical-align: top;
	margin-top: 238px;
	text-align: center;
	color: #fff;
}
.two-txt-1 .two-p1{
	width: 100%;
	height: 106px;
	line-height: 106px;
	font-size: 50px;
	font-weight: bold;
	background: url(../images/two-bg-1.jpg) bottom center no-repeat;
}
.two-txt-1 .two-p2{
	width: 100%;
	width: 80%;
	margin-left: 10%;
	line-height: 34px;
	margin-top: 21px;
	font-size: 18px;
}
.two-num-1{
	
	width: 100%;
	margin-top: 111px;
	padding: 0 4%;
	color: #fff;
}
.two-num-1 .two-txt{
	float: left;
	width: 33.3333%;
	text-align: center;
}
.two-num-1 .two-txt .two-txt-p1{
	font-family: 'AgencyFB.ttf';
	float: left;
	width: 100%;
	line-height: 110px;
	font-size: 110px;
	font-weight: bold;
}
.two-num-1 .two-txt .two-txt-p2{
	float: left;
	width: 100%;
	line-height: 64px;
	font-size: 20px;
}
.two-btn{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 67px;
}




.slideTxtBox{ width: 100%; height: 100%; position: relative; z-index: 99999;}
.slideTxtBox .hd{ position: absolute; bottom: 55px; left: 0; z-index: 99999; width: 100%;}
/* .slideTxtBox .hd ul{ position: relative; width: 100%; height: 100%; margin: 0; padding: 0;}
.slideTxtBox .hd ul li{ position: absolute; width: 276px; height: 276px; cursor: pointer;}
.slideTxtBox .hd ul li.li1{ left: 11.6%; top: 461px; background: url(../images/click-1.png) no-repeat;}
.slideTxtBox .hd ul li.li2{ left: 32.6%; top: 142px; background: url(../images/click-2.png) no-repeat;}
.slideTxtBox .hd ul li.li3{ left: 52.7%; top: 580px; background: url(../images/click-3.png) no-repeat;}
.slideTxtBox .hd ul li.li4{ left: 73%; top: 270px; background: url(../images/click-4.png) no-repeat;}
 */

.slideTxtBox .hd ul{
	
	width: 100%;
	padding-left: 30px;
}
.slideTxtBox .hd ul li{
	float: left;
	width: 251px;
	height: 119px;
	margin-left: 20px;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
}

.slideTxtBox .hd ul li .txt{
	position: absolute;
	bottom: 140px;
	left: 0;
	width: 100%;
	padding: 23px 23px;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	background: rgba(49, 78, 146, 0.85);
	opacity: 0;
	display: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.slideTxtBox .hd ul li:hover .txt{
	opacity: 1;
	display: block;
}
.slideTxtBox .hd ul li .li-btn{
	float: left;
	width: 100%;
	padding: 5px;
	background: rgba(255,255,255,0.8);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.slideTxtBox .hd ul li .li-dashe{
	float: left;
	width: 100%;
	padding-left: 80px;
	position: relative;
	border: 1px dashed rgba(49, 78, 146, 0.3);
}

.slideTxtBox .hd ul li .li-dashe img{
	position: absolute;
	top: 20px;
	left: 10px;
}

.slideTxtBox .hd ul li .li-dashe .none{
	display: none;
}

.slideTxtBox .hd ul li .li-dashe .li-text{
	float: left;
	width: 100%;
	padding: 23px 0 13px 10px;
	color: #314e92;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.slideTxtBox .hd ul li .li-dashe .li-text .li-tc{

	float: left;
	width: 100%;
	line-height: 40px;
	font-size: 30px;
}
.slideTxtBox .hd ul li .li-dashe .li-text .li-te{
	font-family: 'Roboto-Light';
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 17px;
}

.slideTxtBox .hd ul li:hover .li-dashe .none{
	display: inline-block;
}
.slideTxtBox .hd ul li:hover .li-dashe img{
	display: none;
}
.slideTxtBox .hd ul li:hover .li-btn{
	background: rgba(49,78,146,0.8);
}
.slideTxtBox .hd ul li:hover .li-dashe .li-text{
	color: #fff;
}

.slide-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: url(../images/line.png) no-repeat; background-size: 100% 100%;*/
	z-index: 999;
}
.slideTxtBox .hd ul li.li1.on{ background: url(../images/click-1-1.png) no-repeat;}
.slideTxtBox .hd ul li.li2.on{ background: url(../images/click-2-1.png) no-repeat;}
.slideTxtBox .hd ul li.li3.on{ background: url(../images/click-3-1.png) no-repeat;}
.slideTxtBox .hd ul li.li4.on{ background: url(../images/click-4-1.png) no-repeat;}
.slideTxtBox .bd {
	width: 100%;
	height: 100%;
}
.slideTxtBox .bd ul{ padding:0px; margin: 0; height: 100%;  zoom:1;  position: relative;}
.slideTxtBox .bd ul video{
	/* position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%; */
}
.slideTxtBox .bd ul video.video2{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.slideTxtBox .bd ul img{
	height: 100%;
}
@media (min-width: 1921px){
	.slideTxtBox .bd ul video.video2{
		width: 100%;
		-webkit-transform: translate(-50%,-50%) scale(1.1);
		-ms-transform: translate(-50%,-50%) scale(1.1);
		-moz-transform: translate(-50%,-50%) scale(1.1);
		transform: translate(-50%,-50%) scale(1.1);
	}
}
.slideTxtBox .bd ul video .pc{
	display: block;
}
.slideTxtBox .bd ul video .phone{
	display: none;
}




.i-title{
	float: left;
	width: 100%;
	margin-top: 9.1%;
	text-align: center;
	color: #fff;
}
.i-title .i-title-c{
	float: left;
	width: 100%;
	line-height: 46px;
	font-size: 36px;
}
.i-title .i-title-e{
	font-family: 'Roboto-Light';
	float: left;
	width: 100%;
	line-height: 31px;
	font-size: 24px;
}

.i-news-list{
	float: left;
	width: 100%;
	margin-top: 4.2%;
	padding: 0 9.375%;
}
.i-news-list ul{
	float: left;
	width: 100%;
} 
.i-news-list ul li{
	float: left;
	width: 23.2%;
	margin-right: 2.4%;
	padding: 10px;
	background: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
} 
.i-news-list ul li:hover{
	background: #314e92;
}
.i-news-list ul li:hover > a{
	border: 1px solid rgba(255,255,255,0);
}
.i-news-list ul li:hover .i-news-li-text .i-news-li-time{
	color: #fff;
}
.i-news-list ul li:hover .i-news-li-text .i-news-li-title{
	color: #fff;
}
.i-news-list ul li:hover .i-news-li-text .i-news-li-p{
	color: #fff;
}
.i-news-list ul li:hover .i-news-li-text .i-news-li-link a{
	color: #fff;
	background: url(../images/i-news-ico.png) right center no-repeat;
}



.i-news-list ul li:nth-child(4n){
	margin-right: 0;
}
.i-news-list ul li > a{
	float: left;
	width: 100%;
	border: 1px solid #d2d2d2;
	overflow: hidden;
}
.i-news-list ul li > a img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-news-list ul li:hover > a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.i-news-list ul li .i-news-li-text{
	float: left;
	width: 100%;
	line-height: 22px;
	padding: 30px 12px 33px 12px;
}
.i-news-list ul li .i-news-li-text .i-news-li-time{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	font-size: 16px;
	color: #333;
	
}
.i-news-list ul li .i-news-li-text .i-news-li-title{
	float: left;
	width: 100%;
	margin-top: 5px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.i-news-list ul li .i-news-li-text .i-news-li-p{
	float: left;
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #898989;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-news-list ul li .i-news-li-text .i-news-li-link{
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	
}
.i-news-list ul li .i-news-li-text .i-news-li-link a{
	color: #898989;
	padding-right: 48px;
	background: url(../images/i-news-ico.png) right center no-repeat;
}
.i-news-list ul li:hover .i-news-li-text .i-news-li-link a{
	margin-left: 5px;
}

.i-news-link{
	float: left;
	width: 100%;
	margin-top: 4.6%;
	text-align: center;
}
.i-news-link a{
	display: inline-block;
	width: 124px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #314e92;
}
.i-news-link a:hover{
	opacity: 0.9;
}

.i-con{
	float: left;
	width: 100%;
	margin-top: 11.5625%;
	padding: 0 10.3125%;
}
.map1{
	float: left;
	width: 70.3%;
	height: 566px;
}
.i-con .i-con-right{
	float: right;
	width: 26.7%;
	height: 566px;
	padding-left: 48px;
	padding-top: 48px;
	background: #fff;
}
.i-con .i-con-right .i-con-ri-telP{
	float: left;
	width: 100%;
	line-height: 24px;
	font-size: 16px;
	color: #333;
}
.i-con .i-con-right .i-con-ri-telP img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 14px;
}
.i-con .i-con-right .i-con-ri-tel{
	font-family: 'impact';
	position: relative;
	float: left;
	width: 100%;
	line-height: 70px;
	padding-bottom: 21px;
	font-size: 56px;
	color: #314e92;
}
.i-con .i-con-right .i-con-ri-tel::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 135px;
	height: 3px;
	background: #314e92;
	content: "";
}


.i-con .i-con-right .i-con-ri-p{
	float: left;
	width: 100%;
	line-height: 34px;
	margin-top: 20px;
	font-size: 16px;
	color: #333;
}
.i-con .i-con-right .one-fx-2{
	float: left;
	width: 100%;
	height: 22px;
	margin-top: 28px;
}

.i-con .i-con-right .one-fx-2 .bdshare-button-style0-16 .bds_weixin{
	width: 29px;
	height: 21px;
	background: url(../images/i-con-wx.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 24px !important;
}
.i-con .i-con-right .one-fx-2 .bdshare-button-style0-16 .bds_tsina{
	width: 29px;
	height: 21px;
	background: url(../images/i-con-wb.png) no-repeat;
	background-size: 100% 100%;
}

.i-con .i-con-right .i-con-ri-erm{
	float: left;
	width: 100%;
	margin-top: 46px;
}
.i-con .i-con-right .i-con-ri-erm img{
	border: 1px solid #d2d2d2;
}




/*笔记本*/
@media only screen and (min-width: 1280px) and (max-width: 1326px) {
	
}


.header.header-in{
	display: none;
}
@media (max-width: 767px){
	.header.header-in{
		display: block;
	}
	.header-search a img{
		width: 24px;
		height: 24px;
	}
	.one-fx-1{
		bottom: 10px;
		left: 0;
	}
	.one-fx-1 .bdshare-button-style0-16 a{
		margin-left: 10px !important;
	}
	.button1 {
	    left: 15px;
	    top: 15px;
		display: none;
	}
	.button1 img{
		width: 80px;
	}
	
	.st-menu{
		width: 230px;
	}
	.left-279{
		width: 129px;
	}
	.left-385{
		width: 100px;
	}
	.st-menu ul li a{
		padding-left: 0%;
		font-size: 13px;
		height: 48px;
		line-height: 48px;
		text-align: center;
	}
	.st-effect-11.st-menu-open .st-pusher {
	    -webkit-transform: translate3d(230px, 0, -0px) rotateY(-0deg);
	    transform: translate3d(230px, 0, -0px) rotateY(-0deg);
	}
	.left-279 ul li label .link{
		padding-left: 6%;
	}
	.menu-title{
		padding-top: 12px;
		padding-left: 3%;
	}
	.menu-title .x{
		right: 15px;
		top: 15px;
	}
	.left-279 ul li label .link{
		font-size: 16px;
	}
	.left-279 ul li label .link img{
		margin-right: 10px;
		width: 20px;
	}
	.img-m{
		width: 60px;
	}
	
	.logo-1{
		width: 48px;
		top: 2px;
		top: 5%;
	}
	.two-btn{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.banner .text{
		display: none;
	}
	
	#index-container .swiper-pagination{
		width: 70px;
		display: none;
	}

	.one-en-cn-1{
		top: 16px;
		right: 3%;
		display: none;
	}
	.one-en-cn-1 .one-langure{
		font-size: 16px;
		width: 40px;
	}
	.slideTxtBox .bd ul video.video2.pc{
		display: none;
	}
	.slideTxtBox .bd ul video.video2.phone{
		display: block;
	}
	.slideTxtBox .bd ul img.phone {
		height: 100%;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
		
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
	}
	
}


/*首页 end*/


/*内页*/

.w-0100-1{
	float: left;
	width: 100%;
}

.header {
	position: fixed;
	z-index: 9993;
	top: 0;
	width: 100%;
	height: 100px;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.one-en-cn-1.one-en-cn-1-in{
	float: right;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin-top: 38px;
	margin-right: 28px;
	margin-left: 64px;
}
.wx-in{
	float: right;
	height: 100px;
	padding-left: 39px;
	border-left: 1px solid rgba(255,255,255,0.5);
}
.wx-in .bdshare-button-style0-16{
	margin-top: 36px;
}
.wx-in .bdshare-button-style0-16 .bds_weixin{
	width: 32px;
	height: 25px;
	background: url(../images/wx-in.png) no-repeat;
	background-size: 100% 100%;
}



@media (max-width: 1199px) {
	.header {
		height: 66px;
		padding: 0 0%;
	}
	.w-0100-1{
		padding: 0;
	}
}

@media (max-width: 767px) {
	.header {
	}
}

.header .logo {
	float: left;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .logo img {
	float: left;

	margin-top: 0px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.header .logo a {
	display: block;

	height: 100%;
}

.header .logo img {
	display: block;
}

@media (max-width: 1280px) {
	.header .logo {
		left: 25px;
	}
}

@media (max-width: 1199px) {
	.header .logo {
		top: 15px;
	}
}

@media (max-width: 767px) {
	.header {
		height: 60px;
	}

	.header .logo img {
	}
}


.header .nav-collapse {
	position: relative;
	z-index: 10;
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	margin-right: 20px;
	padding: 0;
	cursor: pointer;
	background: none;
}

@media (max-width: 1199px) {
	.header .nav-collapse {
		display: block;
		margin-top: 12px;
	}

	.header .nav-collapse.nav-collapse-1 {
		position: absolute;
		z-index: 9999;
		top: 15px;
		right: 20px;
		display: block;
		margin-top: 10px;
		border: none;
	}

	.header .nav-collapse.nav-collapse-1 .btn-line {
		background-color: #fff !important;
	}
}

@media (max-width: 767px) {
	.header .nav-collapse {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .nav-collapse.nav-collapse-xs:hover .btn-line {
		background-color: #000;
	}
}

.header .nav-collapse .btn-line {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	content: '';
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #fff;
}

.header .nav-collapse .btn-line:nth-child(1) {
	top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
	top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
	top: 65%;
}

.header .nav-collapse.active {
	border-color: transparent;
}

.header .nav-collapse.active .btn-line {
	background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
}

.header .navbg {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;

	background-color: rgba(0, 0, 0, .6);
}

@media (min-width: 1200px) {
	.header .nav {
		float: right;
	}
	.header .nav .one-en-cn-1{
		display: none;
	}
	.header .nav .wx-in{
		display: none;
	}
}

@media (max-width: 1199px) {
	.wx-in{
		display: none;
	}
	.one-en-cn-1.one-en-cn-1-in{
		display: none;
	}
	.header .nav {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0 50px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background-color: rgba(49, 78, 146, .9);

	}

	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}

	.header .nav .tbl-cell {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
}

@media (max-width: 767px) {
	.header .nav {
		width: 100%;
		padding: 30px;
	}
}

.header .nav.left-100 {
	left: -100%;
}

.header .nav.left-200 {
	left: -200%;
}

@media (min-width: 1200px) {
	.header .nav .nav-list1>li {
		float: left;
	}
	.header .nav .nav-list1>li>a {
		margin-top: 3px;
		line-height: 94px;
		position: relative;
		z-index: 2;
		display: inline-block;
		width: 168px;
		-webkit-transition: all .1s;
		transition: all .1s;
		font-size: 16px;
		color: #fff;
		text-align: center;
		position: relative;
	}
	.header .nav .nav-list1>li:first-child>a{
		width: 120px;
	}
	.header .nav .nav-list1>li:first-child>a:before{
		display: none;
	}
	.header .nav .nav-list1>li>a:before {
		/* position: absolute;
		left: -0%;
		top: 0%;
		font-size: 16px;
		content: "/"; */
	}



	.header .nav .nav-list1>li>a,
	.header .nav .nav-list1>li>a {
		
	}

	.header .nav .nav-list1>li>a span,
	.header .nav .nav-list1>li>a span {

		
	}

	.header .nav .nav-list1>li:hover>a,
	.header .nav .nav-list1>li.active>a {

		font-weight: normal;
	}
	.header .nav .nav-list1>li:hover>a span,
	.header .nav .nav-list1>li.active>a span{
		
		display: inline-block;
		border-bottom: 3px solid #fff;
	} 
	.header .nav .nav-list1>li:hover>a:before,
	.header .nav .nav-list1>li.active>a:before {
	}

	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100%;
		display: none;
		width: 190px;
		padding: 0;
		text-align: center;
		text-align: left;
		background: #fff;
		padding: 10px 10px 20px 10px;
		border-radius: 5px;
		box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
	}

	.header .nav .nav-list1 .nav-list2 .nav-div-1 {
		border: 3px dashed #80ccc5;
		padding: 14px 17px 23px 17px;
	}

	.header .nav .nav-list1 .nav-list2 li {
		width: 100%;
		display: inline-block;

		list-style: none;
	}

	.header .nav .nav-list1 .nav-list2 li:last-child {
		border-bottom: none;
	}

	.header .nav .nav-list1 .nav-list2 li>a {
		width: 100%;
		font-size: 20px;
		line-height: 45px;
		position: relative;
		z-index: 1;
		display: block;
		padding: 0 0px;
		-webkit-transition: all .2s;
		transition: all .2s;
		text-align: center;
		color: #666;
		padding: 0 0px;
		border-bottom: 1px solid #95cec8;
		text-align: center;
	}

	.header .nav .nav-list1 .nav-list2 li:last-child>a {
		border-bottom: 0;
	}

	.header .nav .nav-list1 .nav-list2 li>a:hover {
		color: #39a69f;
		background: none;
	}
}
@media (max-width: 1680px) {
	.header .nav .nav-list1>li>a {
		width: 140px;
	}
}
@media (max-width: 1600px) {
	.header .nav .nav-list1>li>a {
		padding: 0 24px;
	}
}
@media (max-width: 1440px) {
	.header .nav .nav-list1>li>a {
		width: 118px;
		padding: 0 18px;
	}
	.header .nav .nav-list1>li:first-child>a{
		width: 100px;
	}
}
@media (max-width: 1366px) {
	.header .nav .nav-list1>li>a {
		width: 110px;
		padding: 0 6px;
	}
}
@media (max-width: 1199px) {
	.header .nav .nav-list1 {
		margin: 20px 0;
		opacity: 0;
	}

	.header .nav .nav-list1>li {
		-webkit-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		transform: translateY(-25px);
		opacity: 0;
	}

	.header .nav .nav-list1>a {
		font-size: 20px;
		color: #fff;
	}
}

@media (max-width: 1199px) {

	.header .nav .nav-list2,
	.header .nav .nav-list3 {
		display: none !important;
	}

	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		font-size: 16px;
		line-height: 2;
		margin-top: 5px;
		color: #fff;
	}

	.header .nav .nav-list1 .nav-list2 li>a:before {
		font-family: 'iconfont' !important;
		margin-right: 6px;
		content: '\e72f';
	}
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
	display: block;
}

@media (max-height: 580px) {

	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		margin-top: 0;
	}
}

.header .nav-2,
.header .nav-3 {
	display: none;
}

@media (max-width: 1199px) {

	.header .nav-2,
	.header .nav-3 {
		position: absolute;
		z-index: 9999;
		top: 0;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		padding: 20px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;

		color: #fff;
		background: #fafafa;
		background-color: rgba(57, 166, 159, 0.9);
	}
}

.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
	font-family: 'iconfont';
	font-size: 26px;
	content: '\e9b5';
}

.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2 {
	font-size: 30px;

	margin: 0;

	text-transform: uppercase;
}

@media (max-width: 767px) {
	.header .nav .nav-list1>li.pc-none{
		display: none;
	}
	.header .nav .nav-list1>li.pc-block{
		display: block;
	}
	.header .nav-2 .nav-top h2,
	.header .nav-3 .nav-top h2 {
		font-size: 20px;
		width: 100%;
	}
}

.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
	margin: 0;
}

.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
	background-color: #fff;
}

.header .nav-2 .content,
.header .nav-3 .content {
	overflow: auto;

	height: 80%;
	margin-top: 12%;
}

@media (max-width: 767px) {

	.header .nav-2 .content ul,
	.header .nav-3 .content ul {
		padding: 0 15px;
	}
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	font-size: 20px;
	line-height: 50px;

	margin: 25px 0;

	text-align: left;
}

@media (max-width: 767px) {

	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		margin: 0;
	}
}

.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
	position: relative;
}

.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;

	position: absolute;
	top: 50%;
	right: 0;

	content: '\e72f';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	color: #fff;
}

.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
	display: block;
}

.header .nav-2 {
	left: 100%;
}

.header .nav-3 {
	left: 200%;
}

.header .nav-3 .content ul li {
	font-size: 19px;
}

.header .fade-out ul {
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header .fade-out ul {
		padding: 0 5%;
	}
}

@media (max-width: 1199px) {
	.header .fade-out ul .pic {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.header .fade-out ul.nav-list1 {
		opacity: 1;
	}

	.header .fade-out ul.nav-list1 a {
		color: #fff;
	}

	.header .fade-out ul.nav-list1>li {
		position: relative;

		margin: 20px 0;
	}

	.header .fade-out ul.nav-list1>li.act {
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);

		opacity: 1;
	}

	.header .fade-out ul.nav-list1>li.more:after {
		font-family: 'iconfont';
		font-size: 18px;

		position: absolute;
		top: 50%;
		right: 0;

		margin-top: -14px;

		content: '\e72f';

		color: #fff;
	}

	.header .fade-out ul.nav-list1>li>a {
		font-size: 22px;
		line-height: 2.5;

		display: block;

		text-transform: uppercase;
	}

	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

@media (max-width: 1199px) and (max-width: 767px) {
	.header .fade-out ul.nav-list1>li {
		margin: 0;
	}
}

@media (max-width: 1199px) and (max-height: 768px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 18px;
	}
}

@media (max-width: 1199px) and (max-width: 480px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 14px;
	}
}

.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}






@media (min-width: 1200px) {
	.header.fixed-header {
		/* height: 66px; */
		/* box-shadow: 0 0 5px #bbb; */
	}
	.header.fixed-header .logo{
		top: 0px;
	}
	.header.fixed-header .logo img {
		
		width: auto;
		height: 50px;
		margin-top: 8px;
	}

	.header.fixed-header .nav .nav-list1 .nav-list2 {
		/* top: 70px; */
	}

	.header.fixed-header .nav .nav-list1>li>a {
		line-height: 60px;
	}


}
.header.fixed-header {
	height: 66px;
	/* box-shadow: 0 0 5px #bbb; */
	background: #314e92;
}

.header.fixed-header .one-en-cn-1.one-en-cn-1-in{
    margin-top: 18px;	
}
.header.fixed-header .wx-in{
	height: 66px;
}

.header.fixed-header .wx-in .bdshare-button-style0-16 {
    margin-top: 16px;
}



/*搜索*/
.header .find {
	float: right;
	width: 100px;
	height: 100px;
	line-height: 100px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header .find img{
	width: 30px;
	height: 30px;
}
.header.fixed-header .find{
	height: 66px;
	line-height: 66px;
}
.header.fixed-header.course .find {
	color: #6c6c6c;
	padding-top: 38px;
}


@media (max-width: 1440px) {
	.header .seach-phone {
		width: auto;
	}

	.header .seach-phone .phone {
		font-size: 30px;
		padding-right: 30px;
	}

	.header .find {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0;
	}
}

@media (max-width: 1280px) {
	.header .seach-phone .phone {
		font-size: 20px;
		padding-right: 30px;
	}
}

@media (max-width: 1199px) {
	.header .nav .tbl .wx-in{
		display: none;
		float: left;
		width: 100%;
		border: 0;
	}
	.header .nav .tbl .one-en-cn-1.one-en-cn-1-in{
		display: none;
		float: left;
		width: 100%;
	}
	.one-en-cn-1.one-en-cn-1-in{
		margin-left: 18px;
	}
	.header .seach-phone {
		background: none;
		height: 66px;
		line-height: 66px;
		margin-right: 7%;
	}

	.header .find {
		width: 66px;
		height: 66px;
		line-height: 66px;
	}
	.header .find img{
		width: 24px;
		height: 24px;
	}
	.header .logo{
		top: 8px;
	}
	.header .logo img{
		width: 50px;
	}
}
@media (max-width: 767px) {
	.header .fade-out ul.nav-list1>li>a{
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0 ;
	}
	.header .nav .nav-list1>li:first-child>a{
		width: 100%;
	}
	.header .logo {
	    top: 4px;
	}
	.header .find {
		padding: 0;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.header .find img{
		width: 18px;
		height: 18px;
		margin-right: 0;
	}
	.header.fixed-header .find {
	    height: 60px;
	    line-height: 60px;
	}

	.header .nav .tbl .wx-in{
		height: auto;
		padding-left: 0;
		text-align: center;
	}
	.header.fixed-header {
		height: 60px;
	}
	.header.fixed-header .wx-in .bdshare-button-style0-16 {
		display: inline-block;
	    margin-top: 15px;
	}
	.header .nav .tbl .one-en-cn-1.one-en-cn-1-in{
		margin-top: 0px;
		padding-left: 0;
		margin-left: 0;
	}
	.header.fixed-header .wx-in {
	    height: auto;
		padding-left: 0;
	}
	.wx-in .bdshare-button-style0-16 {
		display: inline-block;
	    margin-top: 15px;
	}
	.wx-in .bdshare-button-style0-16 .bds_weixin{
		margin: 0;
		padding: 0;
		float: none;
		display: inline-block;
	}
	.one-en-cn-1 .one-langure{
		width: 80px;
		display: inline-block;
		float: none;
	}
	.one-en-cn-1.one-en-cn-1-in{
		margin-right: 0;
	}
}


/*搜索弹窗*/
.header .search-box {
	position: fixed;
	z-index: 888;
	top: 100%;
	left: 0;

	display: none;
	overflow: hidden;

	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0 3%;

	    background-color: rgba(49, 78, 146, .9);
}

.header .search-box .search {
	line-height: 40px;

	overflow: hidden;
	zoom: 1;

	width: 240px;

	border: 1px solid #dbdbdb;
	border-radius: 40px;
}

.header .search-box .search:after {
	display: block;
	visibility: hidden;
	clear: both;

	height: 0;

	content: '';
}

.header .search-box .input-text {
	float: left;

	height: 38px;
	padding-left: 10%;

	background: none;
}

@media (min-width: 768px) {
	.header .search-box .input-text {
		width: 100%;
		padding: 0 50px 0 3%;
	}
}

.header .search-box .input-submit {
	line-height: 36px;

	float: right;

	width: 50px;

	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	font-size: 24px;
	background: none;
	color: #fff;
}

/* .header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    

	font-size: 22px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    content: '&#xe60b';

    color: #fff;
} */
@media (min-width: 768px) {
	.header .search-box .input-submit {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
}

.header .search-box.search-xs {
	width: 100%;
	margin: 0;

	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	background: none;
}

@media (min-width: 1200px) {
	.header .search-box.search-xs {
		display: none;
	}
}

@media (max-width: 1199px) {
	.header .search-box.search-xs {
		position: absolute;
		z-index: 0;
		top: auto;
		right: 0;
		bottom: 0;
		bottom: 30px;

		display: inline-block;

		height: 34px;
	}
}

.header .search-box.search-xs.show {
	z-index: 66;
}

.header .search-box.search-xs.show .search {
	left: 0;
}

.header .search-box.search-xs .search {
	position: absolute;
	z-index: 888;
	top: 0;
	left: 120%;

	width: 100%;

	-webkit-transition: left .3s;
	transition: left .3s;

	border-color: #fff;
	background: #fff;
}

@media (max-width: 360px) {
	.header .search-box.search-xs form .input-text {
		width: 74%;
	}
}

@media (max-width: 767px) {
	.header .search-box.search-xs form .input-text {
		padding-left: 5%;
	}
}

.header .search-box.search-xs .input-submit {
	line-height: 34px;

	background: #fff;
}

.header .search-box.search-xs .input-submit:before {
	color: #104384;
}

.header .search-icon {
	position: absolute;
	z-index: 10;
	top: 18px;
	left: 15px;

	display: inline-block;
	display: none;

	cursor: pointer;
}

.header .search-icon:before {
	font-family: 'iconfont' !important;
	font-size: 18px;

	content: '\e660';

	color: #8cc63f;
}

.header .search-lg {
	top: 0;
}

.header .search-lg .logo {
	margin-top: 20px;
	margin-left: 0;
}

.header .search-lg .search {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;

	width: 90%;
	max-width: 800px;
	margin: auto;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
}

.header .search-lg .search p {
	margin-bottom: 50px;

	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	letter-spacing: 2px;

	color: #fff;
}

.header .search-lg .input-text {
	font-size: 16px;
	line-height: 30px;

	width: 80%;
	height: 60px;
	padding: 0 10px;
	padding-bottom: 20px;

	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;

	color: #fff;
}

.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder {
	color: #fff;
}

.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder {
	color: #fff;
}

.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder {
	color: #fff;
}

.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-webkit-input-placeholder,
.header .search-lg textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-o-placeholder,
.header .search-lg textarea:focus::-o-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-moz-placeholder,
.header .search-lg textarea:focus::-moz-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-ms-input-placeholder,
.header .search-lg textarea:focus::-ms-input-placeholder {
	color: #fff;
}

.header .search-lg .close-btn {
	position: fixed;
	top: 34px;
	right: 18%;

	cursor: pointer;
}

@media (max-width: 1440px) {
	.header .search-lg .close-btn {
		right: 8%;
	}
}

.header .search-lg .close-btn:before {
	font-size: 20px;

	content: '\2716';

	color: #fff;
}

/*搜索弹窗end*/

.language{
	float: right;
	line-height: 68px;
	margin-top: 6px;
	font-size: 14px;
	color: #666;
}
.language a{
	display: inline-block;
	height: 14px;
	line-height: 14px;
}
.language a:hover,
.language a.hover{
	border-bottom: 1px solid #d31215;
	color: #d31215;
	font-weight: bold;
}
.language span{
	
	color: #808080;
	margin: 0 6px;
	position: relative;
}
.language span:after{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 3px;
	height: 3px;
	margin-top: -1px;
	margin-left: -4px;
	background: #808080;
	content: "";
	border-radius: 100%;
}
 
.language.ph-language{
	display: none;
}
@media (max-width: 1199px) {
	.language{
		display: none;
	}
	.language.ph-language{
		display: block;
		width: 100%;
		float: left;
		padding: 0 5%;
		font-size: 22px;
	}
	.language.ph-language a{
		color: #fff;
		height: 22px;
		line-height: 22px;
	}
	.language a:hover, .language a.hover {
	    border-bottom: 1px solid #d31215;
	    color: #fff;
	    font-weight: bold;
	}
	.language span:after{
		background: #fff;
	}
}
/*heart end*/

/*foot*/
.bg-f8{
	position: relative;
	background: #173477;
}
.bg-0e2459{
	background: #0e2459;
	padding-left: 50px;
	padding-right: 50px;
}
.bg-0e2459 .myContent-top .myContent-top-left{
	color: #fff;
}
.bg-0e2459 .myContent-top .myContent-top-left a{
	color: #fff;
}
.bg-0e2459 .myContent-top .myContent-top-left a:hover{
	color: #fff;
	opacity: 0.9;
}
.bg-0e2459 .myContent-top .myContent-top-right{
	color: #fff;
}
.bg-0e2459 .myContent-bottom .foot-add-bq{
	color: #fff;
}
.bg-0e2459 .myContent-bottom .foot-add-bq a {
    color: #fff;
}



.footer {
	float: left;
	width: 100%;
	padding: 0 0%;
	position: relative;
	z-index: 999;
	overflow: hidden;
}
.footer.footer-in{
	background: #fcfbfb;
}


.footer-top {
	float: left;
	width: 100%;
	padding: 65px 50px 47px 50px;
	/* border-top: 1px solid #eee;
	border-bottom: 1px solid #eee; */
}


@media (max-width: 1366px) {
	.footer-top {
		padding: 32px 3.3% 40px 3.3%;
	}
}
@media (max-width: 1199px) {
	.bg-f8{
		display: none;
	}
}




.footer-top .foot-left{
	float: left;
	width: 30.7%;
}

.footer-top .foot-le-logo {
	float: left;
	width: 100%;
	position: relative;
}

.footer-top .foot-le-logo a img {
	float: left;
}
.footer-top .foot-le-txt{
	float: left;
	width: 100%;
	margin-top: 32px;
	padding-top: 10px;
	position: relative;
}
.footer-top .foot-le-txt:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 83px;
	height: 1px;
	background: #b5b5b5;
	content: "";
}
.footer-top .foot-le-txt .foot-le-cn{
	float: left;
	width: 100%;
	line-height: 40px;
	font-size: 30px;
	color: #005e29;
	font-weight: normal;
}
.footer-top .foot-le-txt .foot-le-en{
	 font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 22px;
	color: #383636;
}



.footer-top .foot-right {
	float: left;
	width: 65.6%;
	line-height: 36px;
	color: #fff;
	
}

.footer-top .foot-right .foot-ri-left {
	float: left;
	width: 15.5%;
	position: relative;
}



.footer-top .foot-ri-le-title {
	font-weight: normal;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	/* color: #333; */
	font-size: 18px;
	position: relative;
}
.footer-top .foot-ri-le-title span{
	display: inline-block;
	height: 32px;
	line-height: 20px;
	position: relative;
	padding-bottom: 12px;
}
.footer-top .foot-ri-le-title span:after {
	position: absolute;
	left: 0%;
	bottom: 0;
	width: 36px;
	
	height: 2px;
	background: #fff;
	content: "";
}

.footer-top .foot-right .foot-ri-left .foot-ri-le-link {
	float: left;
	width: 100%;
	margin-top: 7px;
	font-size: 16px;
}

.footer-top .foot-right .foot-ri-left .foot-ri-le-link a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	/* color: #666; */
}

.footer-top .foot-right .foot-ri-left .foot-ri-le-link a:hover {
	opacity: 0.8;
}

.foot-con{
	float: left;
	width: 25.5%;
	color: #fff;
}
.foot-con .foot-con-t{
	float: left;
	width: 100%;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
}
.foot-con .foot-con-t img{
	margin-right: 14px;
	vertical-align: middle;
}
.foot-con .foot-con-n{
	font-family: 'impact';
	float: left;
	width: 100%;
	line-height: 73px;
	margin-top: 7px;
	font-size: 60px;
	color: #fff;
}
.foot-con .foot-con-p{
	float: left;
	width: 100%;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
}
.foot-ewm{
	float: left;
	width: 8.9%;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.foot-ewm img{
	max-width: 100%;
}

@media (max-width: 1680px) {
	.slideTxtBox .hd ul{
		padding-left: 0;
	}
	.slideTxtBox .hd ul li{
		margin-left: 10px;
	}
	.i-con .i-con-right .i-con-ri-tel {
	    line-height: 58px;
	    padding-bottom: 16px;
	    font-size: 40px;
	}
}
@media (max-width: 1600px) {
	.slideTxtBox .hd ul li{
		width: 220px;
	}
	.slideTxtBox .hd ul li .li-dashe img{
		width: 40px;
	}
	.slideTxtBox .hd ul li .li-dashe{
		padding-left: 50px;
	}
	.slideTxtBox .hd ul li .li-dashe img{
		top: 36px;
	}
}

@media (max-width: 1440px) {
	.footer-top {
	    padding: 48px 50px 36px 50px;
	}
	.footer-top .foot-ri-le-title span{
		font-size: 18px;
	}
	.footer-top .foot-right .foot-ri-left .foot-ri-le-link{
		font-size: 14px;
	}
	.footer-top .foot-right .foot-ri-left .foot-ri-le-link a {
	    height: 32px;
	    line-height: 32px;
	}
	.foot-con .foot-con-n{
		font-size: 40px;
	}
	.foot-con .foot-con-p{
		font-size: 14px;
		line-height: 28px;
	}
	.one-txt-2 .one-txt-2-p1 {
	    line-height: 68px;
	    font-size: 48px;
	    letter-spacing: 6px;
	}
	.one-txt-2 .one-txt-2-p2 {
	    line-height: 48px;
	    font-size: 24px;
	    letter-spacing: 2px;
	}
	.one-txt-2 .one-txt-2-con{
		padding: 60px 0;
	}
	.slideTxtBox .hd ul{
		padding-left: 3%;
	}
	.slideTxtBox .hd ul li{
		margin-right: 1%;
	}
	.slideTxtBox .hd ul li .li-dashe .li-text .li-tc{
		font-size: 20px;
		line-height: 30px;
	}
	.slideTxtBox .hd ul li .li-dashe .li-text .li-te{
		font-size: 16px;
		line-height: 24px;
	}
	.i-con .i-con-right .i-con-ri-tel {
	    line-height: 50px;
	    padding-bottom: 14px;
	    font-size: 36px;
	}
	.i-con .i-con-right {
	    padding-left: 30px;
	    padding-top: 30px;
	}
	.two-txt-1 .two-p1 {
	    height: 86px;
	    line-height: 86px;
	    font-size: 42px;
	}
	.two-num-1 .two-txt .two-txt-p1{
		line-height: 80px;
		font-size: 80px;
	}
	.i-title{
		margin-top: 11%;
	}
	
	.slideTxtBox .hd ul li{
		width: 200px;
		margin-left: 1%;
		margin-left: 0;
	}
	.slideTxtBox .hd ul li .li-dashe img{
		width: 36px;
	}
	.slideTxtBox .hd ul li .li-dashe{
		padding-left: 40px;
	}
	.slideTxtBox .hd ul li .li-dashe img{
		top: 32px;
	}
	
}
@media (max-width: 1366px) {
	.slideTxtBox .hd ul li{
		width: 195px;
	}
	.menu-title{
		padding-top: 10px;
	}
	.menu-title .x{
		top: 30px;
	}
	.two-txt-1 {
	    margin-top: 12%;
	}
	.two-num-1{
		margin-top: 4%;
	}
}

@media (max-width: 1199px) {
	.two-txt-1 {
	    margin-top: 16%;
	}
	.two-num-1 {
	    margin-top: 8%;
	}
	.two-txt-1 .two-p1 {
	    height: 68px;
	    line-height: 68px;
	    font-size: 36px;
	}
	.two-txt-1 .two-p2 {
		padding: 0 3%;
	    line-height: 30px;
	    margin-top: 18px;
	    font-size: 16px;
	}
	.two-num-1 .two-txt .two-txt-p1 {
	    line-height: 68px;
	    font-size: 68px;
	}
	.two-num-1 .two-txt .two-txt-p2 {
	    line-height: 64px;
	    font-size: 18px;
	}
	.two-btn a img{
		width: 140px;
	}
	.i-title {
	    margin-top: 15%;
	}
	.i-title .i-title-c {
	    line-height: 36px;
	    font-size: 28px;
	}
	.i-title .i-title-e {
	    line-height: 26px;
	    font-size: 18px;
	}
	.i-news-list{
		padding: 0 8%;
	}
	.i-news-list ul li{
		width: 23.8%;
		margin-right: 1.6%;
		padding: 5px;
	}
	.i-news-list ul li .i-news-li-text {
	    padding: 20px 2% 23px 2%;
	}
	.i-news-list ul li .i-news-li-text .i-news-li-title {
	    margin-top: 4px;
	    font-size: 18px;
	}
	.i-con{
		padding: 0 8%;
	    margin-top: 16%;	
	}
	.map1{
		height: 480px;
	}
	
	.i-con .i-con-right{
		height: 480px;
		padding-left: 20px;
		padding-top: 20px;
	}
	.i-con .i-con-right .i-con-ri-telP{
		font-size: 14px;
	}
	.i-con .i-con-right .i-con-ri-tel {
	    line-height: 42px;
	    padding-bottom: 10px;
	    font-size: 28px;
	}
	.i-con .i-con-right .i-con-ri-p {
	    line-height: 28px;
	    margin-top: 10px;
	    font-size: 13px;
	}
	.i-con .i-con-right .i-con-ri-erm img{
		width: 120px;
	}
	.myContent .myContent-top .myContent-top-left{
		font-size: 13px;
	}
	.myContent .myContent-top .myContent-top-right{
		font-size: 13px;
	}
}
@media (max-width: 991px) {
	.menu-title {
		padding-top: 28px;
	}
	.menu-title .x {
	    top: 46px;
	}
	.one-txt-2 .one-txt-2-p1 {
	    line-height: 50px;
	    font-size: 36px;
	    letter-spacing: 4px;
	}
	.one-txt-2 .one-txt-2-p2 {
	    line-height: 40px;
	    font-size: 20px;
	    letter-spacing: 2px;
	}
	.one-txt-2 .one-txt-2-con {
	    padding: 48px 0;
	}
	.one-txt-2 .one-txt-2-con::before{
		height: 32px;
	}
	.one-txt-2 .one-txt-2-con::after{
		height: 32px;
	}
	.two-num-1 .two-txt{
		width: 100%;
	}
	.two-txt-1 {
	    margin-top: 24%;
	}
	.two-txt-1 .two-p2 {
	    padding: 0 10%;
	}
	.i-news-list ul li {
	    width: 48%;
	    margin-right: 4%;
	}
	.i-news-list ul li:nth-child(2n){
		margin-right: 0;
	}
	.i-news-list ul li .i-news-li-text {
	    padding: 10px 2% 10px 2%;
	}
	.i-title {
	    margin-top: 17%;
	}
	.i-news-list {
	    padding: 0 10%;
		margin-top: 0;
	}
	.i-news-list ul li{
		margin-top: 20px;
	}
	.i-news-list ul li .i-news-li-text .i-news-li-p{
		margin-top: 8px;
	}
	.i-news-list ul li .i-news-li-text .i-news-li-link{
		margin-top: 10px;
	}
	.i-con{
		margin-top: 20%;
		padding: 0 10%;
	}
	.map1 {
		width: 100%;
	    height: 380px;
	}
	.i-con .i-con-right {
		width: 100%;
	    height: auto;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	.i-con .i-con-right .one-fx-2{
		margin-top: 15px;
	}
	.i-con .i-con-right .i-con-ri-erm {
	    margin-top: 20px;
	}
	.myContent {
	    padding: 10px 3%;
	}
	.myContent .myContent-top{
		line-height: 36px;
	}
	.myContent .myContent-top .myContent-top-left a {
	    font-size: 12px;
	    margin-right: 20px;
	}
	.myContent .myContent-bottom{
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	
	
	
	.menu-title {
		height: 8%;
		padding-top: 10px;
	}
	.menu-title .m-title-img {
	    margin-right: 18px;
	    padding-bottom: 6px;
		width: 36px;
	}
	.left-menu{
		height: 92%;
	}
	.menu-title .x{
		width: 18px;
		height: 18px;
		top: 18px;
	}
	.one-en-cn {
	    right: 2%;
	    bottom: 10px;
	    width: 30px;
	    height: 30px;
	}
	.one-txt-2 .one-txt-2-p1 {
	    line-height: 26px;
	    font-size: 18px;
	}
	.one-txt-2 .one-txt-2-p2 {
	    line-height: 24px;
	    font-size: 16px;
	}
	.one-txt-2 .one-txt-2-con {
	    padding: 30px 0;
	}
	.one-txt-2 .one-txt-2-con::before{
		height: 20px;
	}
	.one-txt-2 .one-txt-2-con::after{
		height: 20px;
	}
	.two-txt-1 {
	    margin-top: 24%;
	}
	.two-txt-1 .two-p1 {
	    height: 36px;
	    line-height: 36px;
	    font-size: 20px;
		background-size: 24px 2px;
	}
	.two-txt-1 .two-p2 {
		width: 100%;
		margin-left: 0%;
	    line-height: 26px;
	    margin-top: 10px;
	    font-size: 14px;
	}
	.two-num-1 {
	    margin-top: 4%;
	}
	.two-num-1 .two-txt .two-txt-p1 {
	    line-height: 36px;
	    font-size: 36px;
	}
	.two-num-1 .two-txt .two-txt-p2 {
	    line-height: 36px;
	    font-size: 16px;
	}
	.slideTxtBox .hd ul{
		padding-right: 3%;
	}
	.slideTxtBox .hd ul li{
		width: 49%;
		height: auto;
		margin-right: 2%;
		margin-left: 0;
		margin-top: 10px;
	}
	.slideTxtBox .hd ul li .li-dashe .li-text .li-tc {
	    font-size: 18px;
	    line-height: 24px;	
	}
	.slideTxtBox .hd ul li .li-dashe .li-text .li-te {
	    line-height: 20px;
	}
	.slideTxtBox .hd ul li:nth-child(2n){
		margin-right: 0;
	}
	.slideTxtBox .hd ul li .li-dashe img {
	    width: 36px;
	}
	.slideTxtBox .hd ul li .li-dashe {
	    padding-left: 50px;
	}
	.slideTxtBox .hd ul li .li-dashe .li-text {
	    padding: 5px 0 5px 5px;
	}
	.slideTxtBox .hd ul li .li-dashe .li-text .li-te {
	    font-size: 12px;
	}
	.slideTxtBox .hd ul li .txt {
	    bottom: 66px;
	    padding: 10px 10px;
	    line-height: 20px;
	    font-size: 12px
	}
	.slideTxtBox .hd ul li .li-dashe img {
	    top: 10px;
	}
	.i-title {
	    margin-top: 15%;
	    margin-top: 24%;
	}
	.i-title .i-title-c {
	    line-height: 28px;
	    font-size: 18px;
	}
	.i-title .i-title-e {
	    line-height: 22px;
	    font-size: 16px;
	}
	.i-news-list {
	    padding: 0 4%;
	}
	.i-news-list ul li .i-news-li-text {
		line-height: 18px;
	    padding: 5px 2% 5px 2%;
	}
	.i-news-list ul li .i-news-li-text .i-news-li-title {
	    margin-top: 2px;
	    font-size: 15px;
	}
	.i-news-list ul li .i-news-li-text .i-news-li-p {
	    margin-top: 4px;
	}
	.i-news-list ul li .i-news-li-text .i-news-li-link {
	    margin-top: 5px;
		font-size: 12px;
	}
	.i-news-link{
		margin-bottom: 4%;
	}
	.i-news-link a {
	    width: 110px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	}
	.i-con {
	    margin-top: 18%;
	    margin-top: 24%;
	    padding: 0 3%;
	}
	.map1 {
	    height: 220px;
	}
	.i-con .i-con-right{
		padding: 10px;
		margin-bottom: 5%;
	}
	.i-con .i-con-right .i-con-ri-tel {
	    line-height: 36px;
	    font-size: 24px;
	}
	.i-con .i-con-right .i-con-ri-tel::after {
	    width: 80px;
	    height: 2px;
	}
	.i-con .i-con-right .i-con-ri-p {
	    line-height: 24px;
	    margin-top: 8px;
	}
	.i-con .i-con-right .i-con-ri-erm img {
	    width: 100px;
	}
	.myContent .myContent-top {
	    line-height: 30px;
	}
	.myContent .myContent-top .myContent-top-left{
		width: 100%;
	}
	.myContent .myContent-top .myContent-top-left a{
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.myContent .myContent-top .myContent-top-right{
		float: right;
		width: 100%;
	}
	.myContent .myContent-bottom {
	    line-height: 24px;
		padding: 10px 0 0 0;
	}
	.myContent .myContent-bottom .foot-add-bq{
		width: 100%;
		font-size: 12px;
		text-align: center;
	}
	.myContent .myContent-bottom .foot-add-bq .a1{
		width: 100%;
	}
}


/**
 * page
 */
.page {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	line-height: 49px;
	text-align: center;
	font-family: 'AvantGardeITCbyBT-Book';
}
.page.page2{
	margin-top: 60px;
	line-height: 18px;
}

.page a {
	font-size: 16px;
	display: inline-block;
	overflow: hidden;
	/* padding: 0 14px; */
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	border-radius: 50%;
	color: #595959;
}
.page.page2 a{
	width: auto;
	height: 20px;
	line-height: 20px;
	border-radius: 0;
	font-size: 16px;
	padding: 0 5px;
	color: #666;
	border: 1px solid rgba(0,0,0,0);
}
.page .page-span1 {
	display: inline-block;
    height: 40px;
	line-height: 40px;
	color: #666;
	vertical-align: top;
	margin-left: 16px;
}
.page a.prev {
	background: url(../images/dangjian/ico-l.png) center no-repeat;
}

.page a.next {
	background: url(../images/dangjian/ico-r.png) center no-repeat;
}

.page a.prev:hover {
	background:#314e92 url(../images/dangjian/ico-l-h.png) center no-repeat;
}

.page a.next:hover {
	background:#314e92 url(../images/dangjian/ico-r-h.png) center no-repeat;
}

.page.page2 a.prev{
	font-size: 14px;
	color: #666;
	background: none;
	margin-right: 40px;
}
.page.page2 a.prev:hover{
	background: none;
}
.page.page2 a.next{
	font-size: 14px;
	color: #666;
	background: none;
	margin-left: 40px;
}
.page.page2 a.next:hover{
	background: none;
}

@media (max-width: 1366px) {
	.page{
	}
	
}

@media (max-width: 1199px) {
	.page {
	}

	.page a {
		margin: 0 6px;
		height: 36px;
		line-height: 36px;
		width: 36px;
	}
}

@media (max-width: 991px) {
	.page {
		margin-top: 30px;
	}
	.page.page1{
		margin-top: 30px;
	}
	.page.page2{
		margin-top: 30px;
	}
	.page a {
		height: 30px;
		line-height: 30px;
		width: 30px;
	}
}

@media (max-width: 767px) {
	.page {
		margin-top: 15px;
		line-height: 36px;
	}
	.page.page1{
		margin-top: 15px;
	}
	.page.page2{
		margin-top: 15px;
	}
	.page.page2 a.prev{
		margin-right: 10px;
	}
	.page.page2 a.next{
		margin-left: 10px;
	}
	.page a.prev {
	}
	.page a.next {
	}	
	.page a {
		height: 36px;
		line-height: 36px;
		width: 36px;
		margin: 0 2px;
	}
	.page .page-span1 {
		margin-left: 10px;
	}
}

.page a.omit:hover {
	color: #fff;
	/* background-color: #eee; */
}

.page a.prev {
	font-size: 18px;
}

.page a.prev:after {
	/*font-family: 'iconfont' !important;*/
	/*content: '\e601';*/
}

.page a.next {
	font-size: 18px;
}

.page a.next:before {
	/*font-family: 'iconfont' !important;*/
	/*content: '\e827';*/
}

.page a.active,
.page a:hover {
	background-color: #0065a8;
 	color: #fff;
}

.page.page2 a.active,
.page.page2 a:hover {
	border: 1px solid #314e92;
 	color: #314e92;
	background: none;
	border-radius: 0;
	font-weight: bold;
}



.page.page1{
	margin-top: 100px;
}
.page.page1 a.active,
.page.page1 a:hover {
	background-color: #0065a8;
	border: 1px solid #0065a8;
}



@media (max-width: 1024px) {
	.page a {
		font-size: 14px;
	}
	.page.page1{
		margin-top: 60px;
	}
	.page a.prev,
	.page a.next {
		margin: 0 5px;
	}

	.page a:prev {
		background-size: 7px auto;
	}

	.page a:next {
		background-size: 7px auto;
	}
}

@media (max-width: 767px) {
	
	.page.page1{
		margin-top: 15px;
	}
}



/*内页banner + 内页导航*/
.banner-in {
	width: 100%;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.banner.banner-in .text {
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	padding: 0px 0px 0px 10.9%;
}

@media (max-width: 1024px) {
	.banner-in {
		/* margin-top: 66px; */
	}
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	
	.banner-in{
		/* margin-top: 60px; */
	}
	.banner-in .slickbanner {
		width: 200%;
		max-width: 200%;
		margin-left: -50%;
	}
}

.banner-in .slick-current img {
	-webkit-animation: fadeIn 0s 0s ease both;
	animation: fadeIn 0s 0s ease both;
}

.banner-in .img-box {
	padding-bottom: 37.5%;
	
}

.banner-in.banner-in-1 .img-box {
	padding-bottom: 34.375%;
}
/* .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
} */
.banner-in .text-in {
	position: absolute;
	/* top: 50%; */
	top: auto;
	bottom: 55px;
	width: 100%;
	/* -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); */
	color: #fff;

}

.banner-in .text-in h1 {
	font-family: 'AvantGardeITCbyBT-Demi';
	float: left;
	width: 100%;
	font-size: 87px;
	line-height: 71px;
}

.banner-in .text-in h2 {
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	font-size: 46px;
	line-height: 48px;
	position: relative;
}

.banner-in .text-in h3 {
	font-family: 'AvantGardeITCbyBT-Book';
	font-size: 32px;
	line-height: 45px;
	margin-top: 14px;
}



@media (max-width: 1440px) {
	.banner-in .text-in h1 {
		font-size: 28px;
		line-height: 48px;
	}
	.banner-in .text-in h2 {
	    font-size: 20px;
	    line-height: 28px;
	}
	.banner-in.banner-in-1 .text-in h1 {
	    line-height: 48px;
	}
	.banner.banner-in .text {
	    padding: 0px 0px 0px 6.5%;
	}
	.banner-in.banner-in-1 .text-in h1 p{
		font-size: 36px;
	}
	.banner-in.banner-in-1 .text-in h2{
		font-size: 30px;
	}
}

@media (max-width: 1199px) {
	
	.banner-in .text-in{
		width: 100%;
	}
	.banner-in .text-in h2:after{
		height: 8px;
	}
	
	.banner-in .text-in .banner-txt-1 h1 {
	    font-size: 26px;
	    line-height: 42px;
	}
	.banner-in .text-in .banner-txt-1 h2 {
	    font-size: 16px;
	    line-height: 28px;
	}
	.banner-in .text .relative-1 {
		padding-left: 0%;
	}
	.banner-in.banner-in-1 .text-in h1{
		line-height: 36px;
		font-size: 24px;
	}
	.banner-in.banner-in-1 .text-in h1 p{
		font-size: 24px;
	}
	.banner-in.banner-in-1 .text-in h1 strong {
	    font-size: 24px;
	    line-height: 36px;
	}
	.banner-in.banner-in-1 .text-in h2 {
	    font-size: 20px;
		line-height: 48px;
	}
	
}

@media (max-width: 991px) {
	.banner-in .text-in h1 {
	    font-size: 22px;
	    line-height: 36px;
	}
	.banner-in .text-in h2 {
	    font-size: 18px;
	    line-height: 24px;
	}
	
	.banner.banner-in .text {
	    padding: 0px 3% 0px 3%;
	}
	

	/* .banner-in .text-in p
    {
        font-size: 22px;
    } */
	.banner .text-1 p a {
		width: 120px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}

	.banner .text-2 h1 {
		line-height: 36px;
		font-size: 24px;
	}

	.banner .text-2 h2 {
		line-height: 36px;
		font-size: 20px;
	}

	.banner .text-2 h3 div {
		text-shadow: 0px 1px 0px #000;
		font-size: 18px;
	}

	.banner .text-2 p a {
		width: 120px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}

	.banner .text-3 h1 {
		font-size: 28px;
	}

	.banner .text-3 h1 span {
		font-size: 106px;
	}

	.banner .text-3 h2 {
		font-size: 24px;
		line-height: 48px;
	}
	
	.banner-in .text .relative-1 {
		padding-left: 0%;
	}
}

@media (max-width: 767px) {
	.banner-in .text .relative-1 {
		padding-left: 0%;
	}
	.banner-in .text-in{
		width: 50%;
		left: 25%;
		
	}
	.banner-in.banner-in-1{
		margin-top: 60px;
	}
	
	.banner-in .text-in .banner-txt-1 h1 {
		font-size: 18px;
		line-height: 28px;
	}
	.banner-in .text-in p {
		font-size: 16px;
	}
	.banner .text{
		display: none;
	}
	.banner .text-1{
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.banner .text-1 h1 {
		line-height: 20px;
		font-size: 16px;
	}

	.banner .text-1 h2 {
		line-height: 18px;
		font-size: 12px;
		margin-top: 5px;
	}

	.banner .text-1 h3 {
		display: none;
		line-height: 18px;
		margin-top: 5px;
		font-size: 12px;
	}

	.banner .text-1 h3 div {
		font-size: 14px;
		padding-left: 28px;
	}

	.banner .text-1 p {
		line-height: 30px;
		margin-top: 10px;
	}

	.banner .text-1 p a {
		width: 100px;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
	}

	.banner .text-1 h3 div.div1 {
		background-size: 20px 20px;
	}

	.banner .text-1 h3 div.div2 {
		background-size: 20px 20px;
	}

	.banner .text-1 h3 div.div3 {
		background-size: 20px 20px;
	}

	.banner .text-2 h1 {
		line-height: 24px;
		font-size: 18px;
	}

	.banner .text-2 h2 {
		line-height: 20px;
		font-size: 16px;
	}

	.banner .text-2 h3 {
		margin-top: 10px;
		height: 36px;
	}

	.banner .text-2 h3 div {
		font-size: 14px;
		padding: 0 15px;
		line-height: 36px;
	}

	.banner .text-2 p {
		line-height: 36px;
		margin-top: 20px;
	}

	.banner .text-2 p a {
		width: 100px;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
	}

	.banner .text-3 h1 {
		font-size: 16px;
	}

	.banner .text-3 h1 span {
		font-size: 56px;
	}

	.banner .text-3 h2 {
		font-size: 18px;
		line-height: 36px;
	}
	.banner .slick-dots{
		left: 3%;
		bottom: 0px;
	}
	.banner .slick-dots li{
		line-height: 20px;
	}
	.banner .slick-dots li button {
	    font-size: 16px;
	}
	.banner .slick-dots li.slick-active button {
	    font-size: 20px;
	}
	
	
	.banner-in .text-in h1 {
	    font-size: 18px;
	    line-height: 28px;
	}
	.banner-in .text-in h2 {
	    font-size: 14px;
	    line-height: 20px;
	}
	
	
}


.bo-1{
	position: relative;
	/* z-index: 999; */
	z-index: 1001;
	margin-top: -113px;
}
.ri-10{
	position: absolute;
	right: 0;
	top: 0;
	width: 13.2%;
	height: 54px;
	background: #314e92;
}
.wrap-sidenav{
	float: left;
	width: 100%;
	
}
.wrap-sidenav .sidenav
{
    position: relative;
	float: left;
	width: 100%;
	height: 54px;
	overflow: hidden;
}
.wrap-sidenav .sidenav ul
{
    font-size: 0;
    position: relative;
    position: absolute;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
	text-align: right;
}
.wrap-sidenav .sidenav ul li
{
	display: inline-block;
}

.wrap-sidenav .sidenav ul li a
{
    position: relative;
    display: block;
    height: 54px;
	line-height: 54px;
    padding: 0 46px;
	background: #314e92;
	
	font-size: 18px;
	color: #fff;
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a{
	color: #fff;
	background: #1e3876;
}



@media (max-width: 1366px) {
	.wrap-sidenav .sidenav ul li a{
		padding: 0 20px;
		font-size: 16px;
	}
	.wrap-sidenav .sidenav{
	}
}	
@media (max-width: 1199px) {
	.bo-1 {
	    margin-top: -70px;
	}
	.ri-10{
		display: none;
	}
	.nav-top{
	}
	.wrap-sidenav .sidenav{
	}
	.wrap-sidenav .sidenav ul{
	}
	.wrap-sidenav .sidenav ul li a {
	    height: 48px;
	    line-height: 48px;
	    padding: 0 20px;
	    font-size: 16px;
	}
	.nav-top .address{
		height: 48px;
		line-height: 48px;
	}
}
@media (max-width: 991px) {
	.nav-top{
		padding: 0 3%;
	}
	.wrap-sidenav .sidenav{
		width: 100%;
	}
	.nav-top .address{
		display: none;
	}
	.wrap-sidenav .sidenav ul li a {
		padding: 0 15px;
	}
}
@media (max-width: 767px) {	
	.bo-1{
		margin-top: 0;
		background: #314e92;
	}
	.wrap-sidenav .sidenav{
		height: 48px;
	}
	.wrap-sidenav .sidenav ul{
		text-align: left;
	}
	.wrap-sidenav .sidenav ul li a{
		 padding: 0 20px;
		 font-size: 14px;
	}
}



/*内页banner end*/
/*内页end*/



.md{
	position: absolute;
	left: 0;
	top: -30px;
	
}

.md.md-1{
	top: -30px;
}
.md.md-2{
	top: -60px;
}
.md.md-ly{
	top: 300px;
}
.md.md-ln{
	top: -320px;
}


.bg-f2f2f2{
	background: #f2f2f2;
}

/*加入我们 招聘列表*/
.wrap-job{
	float: left;
	width: 100%;
	margin-bottom: 72px;
	margin-top: 60px;
	padding-top: 52px;
	background: #fff;
	position: relative;
}






.wrap-job .job{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.wrap-job .job .job-p1{
	float: left;
	width: 100%;
	line-height: 35px;
	padding: 10px 0;
	font-size: 18px;
	color: #666;
	text-align: center;
	position: relative;
}
.wrap-job .job .list
{
	float: left;
	width: 100%;
}
.wrap-job .job .list > ul
{
	float: left;
	width: 100%;
    overflow: hidden;
}
.wrap-job .job .list > ul > li
{
	float: left;
	width: 100%;
	background: #fff;
	
}

.wrap-job .job .list > ul > li .tlist
{
	float: left;
	width: 100%;
    overflow: hidden;
	
	padding: 25px 0 16px 0;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
}
.wrap-job .job .list > ul > li .tlist .titem
{
	float: left;
	width: 18%;
    font-size: 24px;
	padding-left: 5.7%;
	color: #010101;
    display: inline-block;
	overflow: hidden;
	padding-top: 16px;
	line-height: 36px;
}
.wrap-job .job .list > ul > li .tlist .titem.middle{
	float: left;
	width: 66.7%;
	line-height: 50px;
	padding: 12px 0 26px 6.4%;
	border-left: 1px solid #c8c8c8;
}
.wrap-job .job .list > ul > li .tlist .titem.middle .middle-top{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #333;
}
.wrap-job .job .list > ul > li .tlist .titem.middle .middle-top .middle-p1{
	float: left;
	width: 29.2%;
}
.wrap-job .job .list > ul > li .tlist .titem.middle .middle-top .middle-p2{
	float: left;
	width: 35.6%;
}
.wrap-job .job .list > ul > li .tlist .titem.middle .middle-top .middle-p3{
	float: left;
	width: 35.2%;
}
.wrap-job .job .list > ul > li .tlist .titem.middle .middle-top span{
	color: #666;
}

.wrap-job .job .list > ul > li .tlist .titem.right{
	float: left;
	width: 15.3%;
	padding-top: 42px;
	padding-left: 0%;
}


.wrap-job .job .list > ul > li .tlist .titem a
{
    float: left;
}


.wrap-job .job .list > ul > li .tlist .titem a.more:after
{
    display: inline-block;
	float: left;
	width: 158px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #314e92;
    content: '查看详情+';
	border-radius: 5px;
}



.wrap-job .job .list > ul > li .tlist .titem a.apply
{
    color: #d70c18;
}
/* .wrap-job .job .list > ul > li.current
{
    background-color: #f4f4f4;
}
 */
.wrap-job .job .list > ul > li.current .tlist .titem a.more:after{
	
}
.wrap-job .job .list > ul > li.current .tlist .titem a.more:after{
	background: #dcdcdc;
	color: #333;
	content: "关闭详情-";
}

.wrap-job .job .list > ul > li .note
{
    display: none;
	float: left;
	width: 100%;
	padding-bottom: 70px;
	font-size: 16px;
	color: #333;
	line-height: 32px;
    background-color: #fff;
	
}
.wrap-job .job .list > ul > li .note .note-1{
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 0 5.7%;
}
.wrap-job .job .list > ul > li .note .note-1 h3{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 22px;
	color: #333;
}
.wrap-job .job .list > ul > li .note .note-1 p{
	float: left;
	width: 100%;
}
.note-but{
	float: left;
	width: 158px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #314e92;
	border-radius: 5px;
	margin-left: 5.7%;
	font-size: 16px;
	color: #fff;
	margin-top: 40px;
}
.note-but:hover{
	opacity: 0.9;
}

/*加载更多*/
.wrap-job .showMorehandle1
{
	float: left;
	width: 100%;
    line-height: 30px;

    margin-top: 50px;

    text-align: center;
}
.wrap-job .showMorehandle1 a
{
    display: inline-block;
	width: 240px;
	height: 64px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #0065a8;
	border: 1px solid #0065a8;
}

@media (max-width: 1199px){
	.wrap-job{
		padding: 20px 0% 0px 0%;
		margin-top: 30px
	}
	.join-con-title span {
	 
	    line-height: 36px;
	    border-bottom: 2px solid #4183cd;
	    font-size: 24px;
	   
	}
	.wrap-job .job .list > ul > li .tlist{
		padding: 15px 0;
	}
	.wrap-job .job .list > ul > li .note .note-1 {
	    margin-top: 15px;
	    padding: 0 3%;
	}
	.wrap-job .job .list > ul > li .tlist .titem {
	    font-size: 18px;
	    padding-left: 3%;
	    padding-top: 14px;
	    line-height: 28px;
	}
	.note-but {
	    width: 120px;
	    height: 36px;
	    line-height: 36px;
	    margin-left: 3%;
	    font-size: 14px;
	    margin-top: 20px;
	}
	.wrap-job .job .list > ul > li .tlist .titem.middle {
	    line-height: 36px;
	    padding: 8px 0 8px 3%;
	}
	.wrap-job .job .list > ul > li .tlist .titem.right{
		padding-top: 36px;
	}
	.wrap-job .job .list > ul > li .tlist .titem.middle .middle-top{
		font-size: 15px;
	}
	.wrap-job .job .list > ul > li .tlist .titem p{
		font-size: 18px;
	}
	.wrap-job .job .list > ul > li .tlist .titem span {
	    font-size: 15px;
	    margin-left: 20px;
	}
	.wrap-job .job .list > ul > li .note{
		line-height: 24px;
		font-size: 14px;
		padding-bottom: 40px;
	}
	.wrap-job .job .list > ul > li .note .note-1 h3 {
	    margin-bottom: 5px;
	    font-size: 18px;
	}
	.wrap-job .job .list > ul > li .tlist .titem a.more:after{
		border-width: 0 6px 6px 6px;
	}
	.wrap-job .job .list > ul > li .note .job-gzzz {
	  
	    padding: 10px 0 30px 30px;
	}
	.wrap-job .job .list > ul > li .tlist .titem a.more:after{
		width: 120px;
		height: 36px;
		line-height: 36px;
	}
	.wrap-job .job .list > ul > li .note .job-yp {
	    bottom: 20px;
	    right: 20px;
	    width: 120px;
	    height: 36px;
	    line-height: 36px;
	    border-radius: 8px;
	    font-size: 16px;
	}
	
}

@media (max-width: 991px){
	.wrap-job .job .list > ul > li .tlist .titem.middle .middle-top .middle-p1{
		width: 50%;
	}
	.wrap-job .job .list > ul > li .tlist .titem.middle .middle-top .middle-p2{
		width: 50%;
	}
	.wrap-job .job .list > ul > li .tlist .titem.middle .middle-top .middle-p3{
		width: 50%;
	}
	.wrap-job .job .list > ul > li .tlist .titem a.more:after {
	    width: 100px;
	    height: 30px;
	    line-height: 30px;
		font-size: 14px;
	}
}
@media (max-width: 767px){
	
	.wrap-job .job .job-p1 {
	   
	    line-height: 24px;
	    padding: 10px 0 5px 0;
	    font-size: 14px;
	  
	}
	.wrap-job .job{
		margin-top: 0px;
	}
	.wrap-job {
	    padding: 10px 0% 0px 0%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.join-con-title span {
	    line-height: 36px;
	    font-size: 20px;
	}
	.wrap-job .job .list > ul > li .note{
		padding-bottom: 20px;
	}
	.wrap-job .job .list > ul > li .note .job-yp {
	    bottom: 15px;
	    right: 15px;
	    width: 100px;
	    height: 32px;
	    line-height: 32px;
	    border-radius: 6px;
	    font-size: 15px;
	}
	.wrap-job .job .list > ul > li .tlist {
	    height: auto;
	    line-height: 24px;
	    padding: 10px 3% 0px 3%;
	}
	.wrap-job .job .list > ul > li .tlist .titem{
		width: 30%;
		text-align: left;
		padding-top: 0;
		padding-left: 0;
		line-height: 30px;
		font-size: 16px;
	}
	.wrap-job .job .list > ul > li .note .note-1 h3{
		font-size: 16px;
	}
	.wrap-job .job .list > ul > li .tlist .titem.middle{
		display: none;
		width: 100%;
		border: 0;
		padding: 0;
		line-height: 28px;
	}
	.wrap-job .job .list > ul > li .tlist .titem.right{
		float: right;
		width: 36%;
		border: 0;
		padding: 0;
		text-align: center;
	}
	.wrap-job .job .list > ul > li .tlist .titem a{
		float: none;
		display: inline-block;
	}
	.wrap-job .job .list > ul > li .tlist .titem p{
		font-size: 16px;
	}
	.wrap-job .job .list > ul > li .tlist .titem span {
		display: inline-block;
		width: 100%;
	    font-size: 12px;
	    margin-left: 0px;
	}
	.wrap-job .showMorehandle1 {
		margin-top: 15px;
	}
	.wrap-job .showMorehandle1 a
	{
		padding: 0 15px;
		width: auto;
		height: 42px;
		line-height: 40px;
		font-size: 16px;
	}
	.note-but {
	    width: 100px;
	    height: 28px;
	    line-height: 28px;
	    margin-left: 3%;
			font-size: 14px;
	    margin-top: 15px;
	}
}


.job-p1{
	float: left;
	width: 100%;
	line-height: 32px;
	font-size: 16px;
	padding: 55px 19% 69px 19%;
	margin-top: 58px;
	color: #333;
	background: #fff;
	text-align: center;
}
.title-in{
	float: left;
	width: 100%;
	line-height: 80px;
	margin-bottom: 27px;
	position: relative;
	text-align: center;	
}
.title-in .title-in-c{
	float: left;
	width: 100%;
	font-size: 34px;
	color: #314e92;
	font-weight: normal;
	position: relative;
	z-index: 2;
}
.title-in .title-in-e{
	font-family: 'AgencyFB-Reg';
	width: 100%;
	position: absolute;
	font-size: 90px;
	color: #f4f4f4;
	z-index: 1;
}


.job-p2{
	float: left;
	width: 100%;
	padding: 25px 0 25px 4.2%;
	background: #314e92;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
}
.job-p2 .job-p2-le{
	float: left;
	width: 50.3%;
	position: relative;
}
.job-p2 .job-p2-le:after{
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	width: 1px;
	height: 94px;
	background: #fff;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
}
.job-p2 .job-p2-le:before{
	position: absolute;
	right: -1px;
	top: 50%;
	content: "";
	width: 3px;
	height: 55px;
	background: #fff;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
}
.job-p2 .job-p2-ri{
	float: left;
	width: 49.7%;
	padding-left: 14.2%;
}
.job-title{
	float: left;
	width: 100%;
	padding: 70px 0 42px 0;
	font-size: 30px;
	color: #005e29;
	font-weight: bold;
	text-align: center;
}
.job-title .job-c{
	float: left;
	width: 100%;
	line-height: 44px;
}
.job-title .job-e{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	line-height: 37px;
}
.job-title .job-e span{
	font-weight: normal;
	color: #333;
}


@media (max-width: 1199px){
	.title-in{
		line-height: 60px;
		margin-bottom: 20px;
	}
	.title-in .title-in-c{
		font-size: 24px;
	}
	.title-in .title-in-e{
		font-size: 60px;
	}
	
	.job-p1 {
		line-height: 28px;
		font-size: 14px;
		padding: 20px 0 20px 0;
		margin-top: 30px;
	}
	.job-p2 {
	    padding: 15px 0 16px 3%;
	    line-height: 28px;
	    font-size: 14px;
	}
	.job-p2 .job-p2-ri{
		padding-left: 5%;
	}
	.job-title {
	    padding: 20px 0 20px 0;
	    font-size: 24px;
	}
	.job-title .job-c{
		line-height: 36px;
	}
	.job-title .job-e{
		line-height: 28px;
	}
}
@media (max-width: 767px){
	.title-in .title-in-e {
	    font-size: 42px;
	}
	.job-p1{
		margin-top: 15px;
	    padding: 15px 3% 15px 3%;	
	}
	.title-in {
	    line-height: 48px;
	    margin-bottom: 10px;
	}
	.job-p2 .job-p2-le{
		width: 100%;
		padding: 0 3%;
	}
	.job-p2 .job-p2-le:after{
		display: none;
	}
	.job-p2 .job-p2-le:before{
		display: none;
	}
	.job-p2 .job-p2-ri{
		width: 100%;
		padding-left: 0;
		padding: 0 3%;
		margin-top: 20px;
	}
	.job-title {
	    padding: 10px 0 10px 0;
	    font-size: 18px;
	}
	.job-title .job-c{
		line-height: 30px;
	}
	.job-title .job-e{
		line-height: 30px;
	}
}



/*弹窗*/



.m-close{ 
	position:absolute; 
	right:-18px; 
	top:-18px;
	z-index: 999;
}
.m-close img{
	width: 100%;
}

.message
{
	
	position: fixed;
	z-index: 100001;
	top: 0%;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	
}


@media (max-width: 991px)
{
     .message
    {
        padding: 0 15px 15px 15px;
    }
}
 .message .messageinfo
{

	float: left;
	width: 1400px;
	height: 800px;
	padding: 35px 9.6% 62px 9.6%;
	
    background-color: #fff;
	border-radius: 10px;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

 .message .col-xs-12
{
    margin-top: 15px;
}
 .message form
{
	font-family: "microsoft yahei";
    margin-top: 10px;
}
 .message .title-message
{
	font-family: "microsoft yahei";
    padding: 20px 0;

    border-bottom: 1px solid #ddd;
}
 .message .title-message h3
{
	text-align: center;
    font-size: 20px;
	color: #333;
    line-height: 2;


    margin: 0;
}
 .message .m-close
{
	position: absolute;
	right: -18px;
	top: -18px;
    float: right;

    width: 43px;
    height: 43px;

    cursor: pointer;
}
/*  .message  .m-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 36px;

    content: '\e61b';
} */
 .message .item
{
    position: relative;

    overflow: hidden;

    min-height: 42px;
    padding-left: 190px;
}

 .message .item-1
{
    padding-left: 0;
	text-align: center;
	/* margin-top: 48px; */
	margin-top: 20px;
}
 .message .item-1 input{
	width: 124px;
	height: 40px;
	line-height: 40px;
	max-height: 40px;
	text-align: center;
	background: #cecece;
	padding: 0;
	margin: 0 50px;
	font-size: 20px;
	color: #333;
}
 .message .item-1 input.sub{
	background: #314e92;
	color: #fff;
}
 .message .item-1 input:hover{
	opacity: 0.8;
}
 .message p
{
    font-size: 18px;
    line-height: 38px;
	color: #333;
    position: absolute;
    top: 0;
    left: 0;

    width: 180px;
    margin: 0;

    text-align: right;
}

 .message input,
 .message textarea
{
    line-height: 16px;

    width: 100%;
    min-height: 38px;
    padding: 10px;

    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #fff;
}
 .message textarea{
	min-height: 92px;
}

 .message select{
	line-height: 16px;
	width: 100%;
	min-height: 38px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	background: #fff url(../images/job/jt-bot-1.png) 90% center no-repeat;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	outline: none;
	font-size: 16px;
}




 .message .js-check
{
    font-size: 16px;
    line-height: 38px;

    float: left;

    width: 100%;
    height: 40px;

    color: #666;
}
 .message .js-check i
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}
 .message .js-check label
{
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin: 0 20px 0 0;

    cursor: pointer;
}
 .message .js-check label input
{
    width: auto;
    margin-right: 8px;

    cursor: pointer;
}
 .message .js-check label:after
{
    position: relative;
    position: absolute;
    top: 10px;
    left: 7px;

    display: inline-block;
    float: left;

    width: 17px;
    height:17px;

    content: '';
    cursor: pointer;

    border: 1px solid #ebebeb;
    border-radius: 50%;
}

 .message .js-check label i
{
    position: absolute;
    z-index: 9;
    top: 15px;
    left: 2px;

    display: inline-block;

    width: 7px;
    height: 7px;

    border-radius: 50%;
}

 .message .js-check label.checked i
{
    background-color: #000;
}
 .message .js-check input[type=radio]
{
    width: 17px;
    height: 17px;
    min-height: auto;
    margin: 0 0 0 8px;

    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}
 .message .fileWrapper
{
    position: relative;

    float: left;

    width: 100% !important;
    max-width: 470px;
    padding-right: 130px;
}
 .message .fileWrapper input
{
    min-height: auto;
}
 .message .fileInputText
{
    width: 100% !important;
}
 .message .fileInputText,
 .message .nicefile
{
    height: 50px !important;
}
 .message .fileInputButton
{
    position: absolute;
    top: 0;
    right: 0;

    color: #fff;
    background-color: #09357f;
}
 .message .filedelete
{
    line-height: 48px;

    float: left;

    margin-left: 20px;

    color: #09357f;
}
 .message .submit
{
    display: block;

    width: 66px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0;

    outline: none;
    background: none;
}

 .message .submit span
{
    display: inline-block;
}
 .message .submit span:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 66px;

    display: block;

    width: 66px;
    height: 66px;

    content: '\e827';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #09357f;
}

.maskbg
{
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .7);
}


@media (max-width: 1600px){
	 .message .messageinfo
	{
	    padding:20px 5% 30px 5%;
	}
	/* .message{
		top: 5%;
	} */
	 .message .item{
		padding-left: 120px;
	}
	 .message p{
		width: 120px;
	}
}
@media (max-width: 1560px)
{
     .message .js-check label:after
    {
        top: 12px;
    }
}
@media (max-width: 1440px){
	.pic-Text1{
		width: 100%;
		padding: 35px 8% 62px 8%;
	}
}
@media (max-width: 1366px){
	.pic-Text1 {
	    width: 100%;
	    padding: 0px 8% 20px 8%;
	}
	.pic-Text1{
		height: auto;
	}
	.message .messageinfo {
		width: 96%;
		height: auto;
	    padding: 10px 5% 20px 5%;
	}
	.message .item-1{
		margin-top: 12px;
	}
}

@media (max-width: 1199px){
	.message .messageinfo {
	    padding: 10px 3% 20px 3%;
	}
	.pic-Text1{
		padding: 0 0;
	}
}
@media (max-width: 991px)
{
	.message .messageinfo {
	    padding: 10px 3% 10px 3%;
	}
	.message .title-message{
		padding: 5px 0;
	}
	.message .col-xs-12 {
	    margin-top: 4px;
	}
     .message .item
    {
        padding-left: 90px;
    }

     .message p
    {
        font-size: 14px;

        width: 70px;
    }

     .message .submit
    {
        margin-top: 30px;
    }

	 .message{
		height: 95%;
		top: 2.5%;
	}
	 .message .messageinfo{
		overflow-y: auto;
		overflow-x: hidden;
		width: 100%;
		margin: 0;
	}
	 .message .m-close{
		right: 0;
		top: 0;
	}
	 .message .js-check label i{
		top:17px
	}
}
@media (max-width: 767px){
	.message{
		width: 96%;
		left: 2%;
	}
	.message form{
		margin-top: 5px;
	}
	.g_tc{
		padding: 0 3%;
	}
	.message {
	    padding: 0 0px 0px 0px;
	}
	 .message .m-close{
		right: 5px;
		top: 5px;
		width: 24px;
		height: 24px;
	}
	.message .col-xs-12{
		padding: 0 0;
		margin-top: 2px;
	}
	.message .js-check{
		height: 24px;
		line-height: 24px;
		font-size: 14px;
	}
	.message .js-check label:after{
		top: 4px;
	}
	.message .js-check label i {
	    top: 9px;
	}
	 .message .title-message{
		
		padding: px 0;
		line-height: 24px;
		font-size: 18px;
	}
	 .message .title-message h3{
		font-size: 16px;
	}
	 .message .messageinfo {
	    padding: 0px 2% 15px 2%;
	}
	.message select{
		    min-height: 26px;
			    padding: 4px;
	}
	 .message .item{
		padding-left: 98px;
		min-height: 28px;
	}
	 .message p{
		width: 98px;
		line-height: 24px;
	}
	.message .item-1{
		margin-top: 0;
	}
	.message input, .message textarea {
	    line-height: 16px;
	    width: 100%;
	    min-height: 24px;
	    padding: 4px;
	}
	
	 .message select{
		font-size: 14px;
	}
	 .message .col-xs-12:last-child .item{
		padding-left: 0;
	}
	 .message .item-1 input {
	    width: 90px;
	    height: 36px;
	    line-height: 36px;
	    max-height: 36px;
	    min-height: 36px;
	    margin: 0 10px;
	    font-size: 14px;
	}
	.m-close{
		right: -10px;
		top: -10px;
		width: 24px;
		height: 24px;
	}
	.message .item-1 input {
	    width: 60px;
	    height: 28px;
	    line-height: 28px;
	    max-height: 28px;
	    min-height: 28px;
	    margin: 0 10px;
	    font-size: 12px;
	}
}


/*联系我们*/
.banner-in .text-in.co-01{
	color: #010101;
}

.contact{
	float: left;
	width: 100%;
	padding: 70px 0 75px 0;
	position: relative;
}

.contact-map{
	float: left;
	width: 100%;
	height: 670px;
	
	position: relative;
}
.map2{
	float: left;
	width: 100%;
	height: 100%;
}
.contact-map .mc{
	
}
.contact-map .mc .contact-add{
	position: absolute;
	right: 0px;
	bottom: 0;
	z-index: 99;
	width: 644px;
	padding: 32px 0px 35px 0px;
	background: rgba(49,78,146,0.9);
	color: #fff;
	line-height: 40px;
}
.contact-add-title{
	line-height: 52px;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 1px solid #077738;
}
.contact-add-txt{
	float: left;
	width: 50%;
	padding-left: 50px;
	font-size: 16px;
	border-right: 1px solid rgba(255,255,255,0.5);
}
.contact-add-txt:nth-child(2){
	border: 0;
}
.contact-add-txt img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 24px;
}



.contact-message{
	float: left;
	width: 100%;
	padding: 0px 50px 70px 50px;
	position: relative;
	margin-top: 64px;
	background: #fff;
}
.contact-message .contact-m-title{
	float: left;
	width: 100%;
	padding-top: 48px;
	text-align: center;
	position: relative;
}
.contact-message .contact-m-title .contact-c{
	float: left;
	width: 100%;
	font-size: 32px;
	line-height: 42px;
	color: #314e92;
	font-weight: bold;
}
.contact-message .contact-m-title .contact-e{
	float: left;
	width: 100%;
	line-height: 29px;
	font-size: 26px;
	color: #999;
}



.contact-message .contact-me-1{
	float: left;
	width: 100%;
	margin-top: 18px;
}
.contact-message .contact-me-1 .contact-me-input{
	float: left;
	width: 100%;
}
.contact-message .contact-me-1 .contact-me-input input{
	float: left;
	width: 48.4%;
	height: 70px;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 54px 0 5px;
	font-size: 16px;
	margin-top: 20px;
	color: #314e92;
}
.contact-message .contact-me-1 .contact-me-input input.input2{
	float: right;
	/* padding-left: 60px; */
}

.contact-message .contact-me-1 .contact-me-input input::input-placeholder { color: #c1c1c1;}
.contact-message .contact-me-1 .contact-me-input input::-webkit-input-placeholder{ color: #c1c1c1;}
.contact-message .contact-me-1 .contact-me-input input:-moz-placeholder { color: #c1c1c1;}
.contact-message .contact-me-1 .contact-me-input input::-moz-placeholder { color: #c1c1c1;}
.contact-message .contact-me-1 .contact-me-input input::-ms-input-placeholder { color: #c1c1c1;}



.contact-message .contact-me-1 .contact-me-input input.w-100{
	width: 100%;
}
.contact-message .contact-me-1 .contact-me-input input.last{
	margin-right: 0;
}
.contact-message .contact-me-1 .contact-me-textarea{
	float: left;
	width: 100%;
	margin-top: 20px;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}
.contact-message .contact-me-1 .contact-me-textarea textarea{
	float: left;
	width: 100%;
	height: 170px;
	line-height: 32px;
	font-size: 16px;
	padding: 60px 30px 0px 0px;
	color: #314e92;
}
.contact-message .contact-me-1 .contact-me-textarea textarea::input-placeholder { color: #c1c1c1;}
.contact-message .contact-me-1 .contact-me-textarea textarea::-webkit-input-placeholder{ color: #c1c1c1;}
.contact-message .contact-me-1 .contact-me-textarea textarea:-moz-placeholder { color: #c1c1c1;}
.contact-message .contact-me-1 .contact-me-textarea textarea::-moz-placeholder { color: #c1c1c1;}
.contact-message .contact-me-1 .contact-me-textarea textarea::-ms-input-placeholder { color: #c1c1c1;}








.contact-message .contact-me-1 .contact-me-input input.focus{
	border-bottom: 1px solid #314e92;
}
.contact-message .contact-me-1 .contact-me-input input.focus::input-placeholder { color: #314e92;}
.contact-message .contact-me-1 .contact-me-input input.focus::-webkit-input-placeholder{ color: #314e92;}
.contact-message .contact-me-1 .contact-me-input input.focus:-moz-placeholder { color: #314e92;}
.contact-message .contact-me-1 .contact-me-input input.focus::-moz-placeholder { color: #00314e925e29;}
.contact-message .contact-me-1 .contact-me-input input.focus::-ms-input-placeholder { color: #314e92;}


.contact-message .contact-me-1 .contact-me-textarea textarea.focus{
	border-bottom: 1px solid #314e92;
}
.contact-message .contact-me-1 .contact-me-textarea textarea.focus::input-placeholder { color: #314e92;}
.contact-message .contact-me-1 .contact-me-textarea textarea.focus::-webkit-input-placeholder{ color: #314e92;}
.contact-message .contact-me-1 .contact-me-textarea textarea.focus:-moz-placeholder { color: #314e92;}
.contact-message .contact-me-1 .contact-me-textarea textarea.focus::-moz-placeholder { color: #314e92;}
.contact-message .contact-me-1 .contact-me-textarea textarea.focus::-ms-input-placeholder { color: #314e92;}





.contact-message .contact-me-1 .contact-me-sub{
	float: left;
	width: 100%;
	margin-top: 80px;
	text-align: left;
}
.contact-message .contact-me-1 .contact-me-sub input{
	font-family: "microsoft yahei";
	display: inline-block;
	width: 48.4%;
	height: 68px;
	font-size: 18px;
	color: #fff;
	background: #314e92;
	color: #fff;
	border: 1px solid #314e92;
	text-align: center;
	cursor: pointer;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.contact-message .contact-me-1 .contact-me-sub input.bg-67{
	float: right;
	background: #fff;
	color: #666;
	border: 1px solid #dcdcdc;
	
}
.contact-message .contact-me-1 .contact-me-sub input:hover{
	opacity: 0.8;
}
.contact-message .contact-me-1 .contact-me-sub input.bg-67:hover{
	border: 1px solid #314e92;
	background: #314e92;
	color: #fff;
	opacity: 1;
}
@media (max-width: 1199px){
	.contact {
	    padding: 30px 0 50px 0;
	}
	.contact-map .mc .contact-add {
	    height: auto;
	    padding: 26px 5% 20px 5%;
	    line-height: 36px;
	}
}
@media (max-width: 991px){
	.contact-map .mc{
		position: relative;
		float: left;
		width: 100%;
		padding: 0 0%;
		height: auto;
		left: auto;
		top: auto;
		bottom: auto;
		height: auto;
	}
	.contact-map .mc .contact-add{
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		float: left;
		width: 100%;
		height: auto;
		 padding: 20px 3% 20px 3%;
		 line-height: 36px;
	}
	.map2{
		height: 380px;
	}
	.contact-map{
		height: auto;
		width: 100%;
	}
	.contact-add-title{
		font-size: 20px;
	}
	.contact-message {
	    padding: 0px 3% 20px 3%;
	}
	.contact-message .contact-m-title {
	   
	    line-height: 60px;
	    padding-top: 10px;
	    font-size: 24px;
	   
	}
	.contact-message .contact-me-1 .contact-me-sub{
		margin-top: 20px;
	}
	.contact-message .contact-me-1 .contact-me-sub input {
	}
	
}
@media (max-width: 767px){
	.contact {
	    padding: 20px 0 0px 0;
	}
	.contact-add-title{
		font-size: 18px;
		line-height: 32px;
	}
	.contact-add-txt {
		width: 100%;
		padding-left: 8px;
	    font-size: 14px;
	    margin-top: 10px;
		border: 0;
	}
	.contact-message .contact-m-title .contact-c {
	    font-size: 20px;
	    line-height: 36px;
	}
	.contact-message .contact-m-title .contact-e {
	    line-height: 28px;
	    font-size: 18px;
	}
	.contact-add-txt img{
		margin-right: 8px;
	}
	.map2{
		height: 240px;
	}
	.contact-map .mc .contact-add {
	  
	    padding: 10px 3% 10px 3%;
	    line-height: 24px;
	}
	
	.contact-message .contact-m-title {
	    line-height: 38px;
	    padding-top: 10px;
	    font-size: 18px;
	}
	
	.contact-message {
	    padding: 0px 3% 15px 3%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.contact-message .contact-me-1{
		margin-top: 0;
	}
	.contact-message .contact-me-1 .contact-me-input{
		margin-top: 0px;
	}
	.contact-message .contact-me-1 .contact-me-input input{
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
		height: 48px;
		line-height: 48px;
		padding: 0 3% 0 3%;
	}
	.contact-message .contact-me-1 .contact-me-input input:nth-child(2n){
		padding: 0 3% 0 3%;
	}
	.contact-message .contact-me-1 .contact-me-textarea{
		margin-top: 15px;
	}
	.contact-message .contact-me-1 .contact-me-textarea textarea{
		height: 156px;
		line-height: 28px;
		    padding: 10px 3% 0px 3%;
	}
	.contact-message .contact-me-1 .contact-me-sub{
		margin-top: 15px;
	}   
	.contact-message .contact-me-1 .contact-me-sub input {
		float: left;
	    width: 46%;
	    height: 46px;
	    font-size: 18px;
		font-size: 15px;
	}
	.contact-message .contact-me-1 .contact-me-sub input:last-child{
		float: right;
		margin-right: 0;
	}
}
/*联系我们end*/

/*发展历程*/
.bg-2{
	background: url(../images/history/banner.jpg) center no-repeat;
}
.history{
	float: left;
	width: 100%;
	padding: 166px 0 70px 0;
}
.his-title{
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
}
.his-title .his-t-c{
	float: left;
	width: 100%;
	line-height: 44px;
	font-size: 34px;
	font-weight: bold;
}
.his-title .his-t-e{
	font-family: 'AgencyFB-Reg';
	font-weight: bold;
	float: left;
	width: 100%;
	line-height: 35px;
	font-size: 30px;
}

.sli-top{
	float: left;
	width: 100%;
}
.history .slider-top{
	float: left;
	width: 100%;
	padding: 0 7.4%;
	height: 326px;
	margin-top: 77px;
}
.sli-top-left{
	float: left;
	width: 38.5%;
	height: 326px;
}
.sli-top-left img{
	width: 100%;
}
.sli-top-right{
	
	float: right;
	width: 59.6%;
	height: 326px;
	background: #fff;
	padding: 24px;
}
.sli-top-ri-con{
	float: left;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.sli-top-ri-con .sli-top-ri-1{
	float: left;
	width: 100%;
	margin-top: 22px;
}
.sli-top-ri-con .sli-top-ri-1 span{
	display: inline-block;
	padding: 0 34px;
	line-height: 39px;
	font-size: 20px;
	color: #fff;
	background: #314e92;
	border-radius: 20px;
}
.sli-top-ri-con .sli-top-ri-2{
	float: left;
	width: 100%;
	padding: 13px 60px 3px 14px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
}


/*修改滚动条样式*/
.sli-top-ri-con::-webkit-scrollbar{
	width:3px;
}
.sli-top-ri-con::-webkit-scrollbar-track{
  background: #e5e5e5;
}
.sli-top-ri-con::-webkit-scrollbar-thumb{
  background: #314e92;
}
.sli-top-ri-con::-webkit-scrollbar-thumb:hover{
  background: #314e92 ;
}
.sli-top-ri-con::-webkit-scrollbar-corner{
  background: #314e92;
}



.sli-bot{
	float: left;
	width: 100%;
	height: 147px;
	margin-top: 85px;
	text-align: center;
	color: #fff;
	position: relative;
}
.history .sli-bot::after{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 17px;
	background: url(../images/history/bg-2.png) center no-repeat;
	/* border-bottom: 1px dashed #fff; */
	content: "";
}
.history .sli-bot .slider-bottom{
	float: left;
	width: 100%;
	/* background: url(../images/history/bg-1.png) left center repeat-x; */
}


.sl-bo-txt{
	float: left;
	width: 100%;
	position: relative;
	cursor: pointer;
}

.sl-bo-txt .sl-bo-p1{
	position: absolute;
	bottom: 91px;
	
	opacity: 0;
	float: left;
	width: 100%;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.sl-bo-txt .sl-bo-p2{
	font-family: 'AgencyFB-Reg';
	font-weight: bold;
	float: left;
	width: 100%;
	height: 50px;
	line-height: 36px;
	margin-top: 41px;
	margin-top: 103px;
	font-size: 32px;
	position: relative;
}
.sl-bo-txt .sl-bo-p2::after {
    position: absolute;
    top: -33px;
    left: 50%;
    margin-left: -5px;
    width: 1px;
    height: 16px;
    background: #fff;
    content: "";
}
.sl-bo-txt .sl-bo-p2::before {
    position: absolute;
    top: -24px;
    left: 50%;
    display: none;
    margin-left: -11px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 100%;
    content: "";
}

.history .slick-initialized .slick-slide.slick-center .sl-bo-txt .sl-bo-p1{
	opacity: 1;
}
.history .slick-initialized .slick-slide.slick-center .sl-bo-txt .sl-bo-p2{
	font-size: 50px;
	line-height: 50px;
}
.history .slick-initialized .slick-slide.slick-center .sl-bo-txt .sl-bo-p2::before{
	display: inline-block;
}
@media (max-width: 1440px){
	.his-title .his-t-c {
	    line-height: 34px;
	    font-size: 24px;
	}
	.his-title .his-t-e {
	    font-family: 'AgencyFB-Reg';
	    line-height: 28px;
	    font-size: 20px;
	}
	.sli-top-right{
		height: 294px;
	}
	.sli-bot{
		margin-top: 30px;
	}
	.sl-bo-txt .sl-bo-p2{
		margin-top: 102px;
	}
}
@media (max-width: 1400px){
	.sli-top-right{
		height: 286px;
	}
}

@media (max-width: 1366px){
	.sli-top-right{
		height: 279px;
	}
}
@media (max-width: 1199px){
	.sl-bo-txt .sl-bo-p2 {
	    margin-top: 102px;
	}
	.history .slider-top{
		padding: 0;
	}
	.sli-top-right {
	    height: 245px;
	}
}
@media (max-width: 991px){
	.sl-bo-txt .sl-bo-p2 {
	    margin-top: 110px;
	}
	.history {
	    padding: 100px 0 30px 0;
	}
	.history .slider-top{
		height: auto;
		margin-top: 15px;
		padding: 0 14%;
	}
	.sli-top-ri-con .sli-top-ri-2{
		    padding: 10px 5% 2px 3%;
	}
	
	
	.sli-top-left{
		width: 100%;
		height: auto;
	}
	.sli-top-right{
		width: 100%;
		height: 200px;
		padding: 10px 3%;
	}
	.sli-top-ri-con .sli-top-ri-1{
		margin-top: 10px;
	}
	.sli-bot{
		height: auto;
	}
}
@media (max-width: 991px){
	.history {
		padding: 80px 0 20px 0;
	}
	.his-title .his-t-c {
	    line-height: 28px;
	    font-size: 18px;
	}
	.his-title .his-t-e {
	    line-height: 24px;
	    font-size: 16px;
	}
	.history .slider-top {
	    margin-top: 10px;
	    padding: 0 10%;
	}
	.sli-top-ri-con .sli-top-ri-1 span {
	    padding: 0 18px;
	    line-height: 30px;
	    font-size: 16px;
	    border-radius: 15px;
	}
	.sli-top-ri-con .sli-top-ri-2 {
	    line-height: 24px;
	    font-size: 14px;
	}
	.sli-bot{
		margin-top: 0;
	}
}
@media (max-width: 767px){
	.history .slider-top{
		padding: 0 5%;
	}
}

/*房产置业*/
.zy-1{
	float: left;
	width: 100%;
}
.zy-1 .zy-1-left{
	float: left;
	width: 47.8%;
	position: relative;
	z-index: 999;
	margin-top: -30px;
	-webkit-animation: fadeInLeft 1.2s 0s ease both;
	animation: fadeInLeft 1.2s 0s ease both;
}
.zy-1 .zy-1-left img{
	max-width: 100%;
}
.zy-1 .zy-1-right{
	float: right;
	width: 46.3%;
	padding-top: 66px;
}
.zy-1 .zy-1-right .zy-1-ri-t{
	float: left;
	width: 100%;
	font-size: 42px;
	color: #314e92;
	position: relative;
	font-weight: normal;
}
.zy-1 .zy-1-right .zy-1-ri-t::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 4px;
	background: #314e92;
	content: "";
}
.zy-1 .zy-1-right .zy-1-ri-t span{
	font-family: 'AgencyFB-Reg';
	font-size: 48px;
	color: #999;
	vertical-align: middle;
}
.zy-1 .zy-1-right .zy-1-ri-p{
	float: left;
	width: 100%;
	padding-right: 2%;
	margin-top: 29px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
}
.zy-2{
	float: left;
	width: 100%;
	line-height: 36px;
	padding: 55px 0 53px 0;
	font-size: 16px;
	color: #333;
}
.zy-3{
	float: left;
	width: 100%;
}
.zy-3 img{
	float: left;
	max-width: 100%;
}
.zy-3 img.img-0{
	width: 53.466%;
}
.zy-3 img.img-1{
	float: right;
	width: 45%;
}

.zy-4{
	float: left;
	width: 100%;
	margin: 22px 0 69px 0px;
	padding-left: 1028px;
	position: relative;
}
.zy-4 .zy-4-left{
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1028px;
}
.zy-4 .zy-4-left img{
	max-width: 100%;
}
.zy-4 .zy-4-right{
	float: left;
	width: 100%;
	padding: 86px 0 97px 14.8%;
	background: #314e92;
}
.zy-4-ri-1{
	font-family: "宋体";
	font-weight: bold;
	float: left;
	width: 100%;
	font-size: 52px;
	color: #fff;
	line-height: 55px;
}
.zy-4-ri-2{
	font-weight: normal;
	float: left;
	width: 100%;
	line-height: 30px;
	margin-top: 5px;
	font-size: 21px;
	color: #fff;
}


@media (max-width: 1440px){
	.zy-4{
		padding-left: 68.5%;
	}
	.zy-4 .zy-4-left{
		width: 68.5%;
	}
	.zy-4 .zy-4-right {
		padding: 70px 0 78px 10%;
	}
	.zy-4-ri-1{
		font-size: 42px;
	}
	.zy-4-ri-2{
		font-size: 18px;
	}
}
@media (max-width: 1400px){
	.zy-4 .zy-4-right {
		padding: 64px 0 75px 10%;
	}
	
}
@media (max-width: 1366px){
	.zy-4 .zy-4-right {
		padding: 60px 0 71px 10%;
	}
}
@media (max-width: 1199px){
	.zy-1 .zy-1-right{
		padding-top: 20px;
	}
	.zy-1 .zy-1-right .zy-1-ri-t{
		font-size: 24px;
	}
	.zy-1 .zy-1-right .zy-1-ri-t span{
		font-size: 28px;
	}
	.zy-1 .zy-1-right .zy-1-ri-t::after {
	    width: 50px;
	    height: 3px;
	}
	.zy-1 .zy-1-right{
		width: 50%;
	}
	.zy-1 .zy-1-right .zy-1-ri-p {
	    margin-top: 10px;
	    line-height: 28px;
	    font-size: 14px;
	}
	.zy-2 {
	    line-height: 28px;
	    padding: 20px 0 20px 0;
	    font-size: 14px;
	}
	.zy-4{
		margin: 15px 0 20px 0px;
	}
	.zy-4 .zy-4-right {
	    padding: 40px 0 53px 8%;
	}
	.zy-4-ri-1 {
		line-height: 38px;
	    font-size: 30px;
	}
	.zy-4-ri-2 {
		line-height: 28px;
	    font-size: 16px;
	}
}
@media (max-width: 991px){
	.zy-1 .zy-1-left{
		margin-top: 20px;
	}
	.zy-4 {
	    padding-left: 0%;
	}
	.zy-4 .zy-4-left {
		position: relative;
		top: auto;
		left: auto;
		float: left;
	    width: 100%;
	}
	.zy-4 .zy-4-right {
	    padding: 40px 6% 40px 6%;
	}
	.zy-3 img{
		width: 100%;
		margin: 10px 0;
	}
	.zy-3 img.img-0{
		width: 100%;
	}
	.zy-3 img.img-1{
		width: 100%;
	}
}
@media (max-width: 767px){
	.zy-1 .zy-1-left{
		width: 100%;
		-webkit-animation: fadeInLeft 0s 0s ease both;
		animation: fadeInLeft 0s 0s ease both;
	}
	.zy-1 .zy-1-right{
		width: 100%;
	}
	.zy-1 .zy-1-right .zy-1-ri-t {
	    font-size: 20px;
	}
	.zy-1 .zy-1-right .zy-1-ri-t span {
	    font-size: 24px;
	}
	.zy-3 img {
	    margin: 5px 0;
	}
	.zy-4 {
	    margin: 10px 0 15px 0px;
	}
	.zy-4 .zy-4-right {
	    padding: 20px 5% 20px 5%;
	}
	.zy-4-ri-1 {
	    line-height: 28px;
	    font-size: 20px;
	}
	.zy-4-ri-2 {
	    line-height: 24px;
	    font-size: 14px;
	}
}

/*恒信党建*/
.dj-1{
	float: left;
	width: 100%;
	margin-top: -156px;
	position: relative;
	z-index: 999;
}
.dj-1 .dj-1-left{
	float: left;
	width: 23.8%;
	padding: 35px 16px 44px 16px;
	background: #fff;
}
.dj-1 .dj-1-left .dj-1-l-logo{
	float: left;
	width: 100%;
	text-align: center;
}
.dj-1 .dj-1-left .dj-1-l-title{
	float: left;
	width: 100%;
	line-height: 64px;
	margin-top: 19px;
	font-size: 28px;
	color: #314e92;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.dj-1 .dj-1-left .dj-1-l-p{
	float: left;
	width: 100%;
	line-height: 30px;
	padding: 18px 22px 0 22px;
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}



.dj-1 .dj-1-right{
	float: right;
	width: 73.2%;
	background: #fff;
}
.dj-1 .dj-1-right .dj-1-ri-1{
	float: left;
	width: 61.4%;
	padding: 76px 4.3% 48px 6.4%;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	border-right: 1px solid #f6f6f6;
	max-height: 544px;
	overflow-y: auto;
}
.dj-1 .dj-1-right .dj-1-ri-2{
	float: left;
	width: 38.6%;
}
.dj-1 .dj-1-right .dj-1-ri-2 .dj-1-ri-2-pic{
	float: left;
	width: 100%;
	overflow: hidden;
}
.dj-1 .dj-1-right .dj-1-ri-2 .dj-1-ri-2-pic img{
	width: 100%;
}
.dj-1 .dj-1-right .dj-1-ri-2 .dj-1-ri-2-txt{
	float: left;
	width: 100%;
	padding: 58px 6.1% 50px 6.1%;
}
.dj-1 .dj-1-right .dj-1-ri-2 .dj-1-ri-2-txt .dj-1-ri-2-title{
	float: left;
	width: 100%;
	line-height: 36px;
	font-size: 26px;
	color: #010101;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.dj-1 .dj-1-right .dj-1-ri-2 .dj-1-ri-2-txt .dj-1-ri-2-p{
	float: left;
	width: 100%;
	line-height: 24px;
	margin-top: 15px;
	font-size: 16px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.dj-1 .dj-1-right .dj-1-ri-2 .dj-1-ri-2-txt .dj-1-ri-2-link{
	float: left;
	width: 100%;
	margin-top: 48px;
}
.dj-1 .dj-1-right .dj-1-ri-2 .dj-1-ri-2-txt .dj-1-ri-2-link a{
	display: inline-block;
	padding: 0 36px;
	line-height: 46px;
	font-size: 16px;
	border-radius: 23px;
	color: #333;
	border: 1px solid #f1f1f1;
}
.dj-1 .dj-1-right .dj-1-ri-2 .dj-1-ri-2-txt .dj-1-ri-2-link a:hover{
	background: #314e92;
	color: #fff;
	border: 1px solid #314e92;
}


.dj-2{
	float: left;
	width: 100%;
	margin: 62px 0 100px 0;
	background: #fff;
}

.dj-2-list{
	float: left;
	width: 100%;
	padding: 56px 0 75px 0;
}

.title{
	float: left;
	width: 100%;
	text-align: center;
}
.title .title-c{
	float: left;
	width: 100%;
	font-size: 38px;
	line-height: 36px;
	font-weight: bold;
	color: #314e92;
}
.title .title-e{
	font-family: 'Roboto-Light';
	float: left;
	width: 100%;
	line-height: 18px;
	margin-top: 18px;
	font-size: 24px;
	color: #666;
}

.dj-2-list ul{
	float: left;
	width: 100%;
	padding: 70px 3.3% 60px 3.3%;
}
.dj-2-list ul li{
	float: left;
	width: 33.3333%;
	padding: 24px 1.7% 26px 1.7%;
	border-left: 1px solid #dadada;
	position: relative;
	overflow: hidden;
}
.dj-2-list ul li:nth-child(3n)::after{
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #dadada;
	content: "";
}
.dj-2-list ul li .dj-2-li-time{
	float: left;
	width: 100%;
	line-height: 30px;
}
.dj-2-list ul li .dj-2-li-t{
	float: left;
	width: 100%;
	line-height: 31px;
	margin-top: 3px;
	font-size: 20px;
	color: #111;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.dj-2-list ul li .dj-2-li-img{
	float: left;
	width: 100%;
	margin-top: 34px;
}
.dj-2-list ul li .dj-2-li-img a{
	float: left;
	width: 100%;
	overflow: hidden;
}
.dj-2-list ul li .dj-2-li-img a img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
} 
.dj-2-list ul li:hover .dj-2-li-img a img{	
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.dj-2-list ul li .dj-2-li-p{
	float: left;
	width: 100%;
	margin-top: 29px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.dj-2-list ul li .dj-2-li-link{
	float: left;
	width: 100%;
	margin-top: 31px;
}
.dj-2-list ul li .dj-2-li-link a{
	float: left;
	display: inline-block;
	width: 44px;
	height: 12px;
	background: url(../images/dangjian/ico-1.png) no-repeat;
	background-size: 100% 100%;
}

.hover-text{
	opacity: 0;
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff!important;
	background: rgba(49,78,146,0.96);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.dj-2-list ul li:hover .hover-text{
	bottom: 0;
	opacity: 1;
}
.hover-text a{
	color: #fff;
}
.hover-text .hover-text-con{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}
.hover-text .hover-text-con .hover-text-con-ab{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
	padding: 0 9.4%;
}
.hover-text .hover-text-con .hover-text-con-ab .hover-text-time{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	line-height: 36px;
	font-size: 16px;
}
.hover-text .hover-text-con .hover-text-con-ab .hover-text-t{
	float: left;
	width: 100%;
	height: 60px;
	line-height: 30px;
	font-size: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.dj-2-list ul li .hover-text .hover-text-con .hover-text-con-ab .hover-text-t a:hover{
	opacity: 0.8;
}
.hover-text .hover-text-con .hover-text-con-ab .hover-text-p{
	float: left;
	width: 100%;
	height: 125px;
	line-height: 25px;
	margin-top: 42px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	opacity: 0.8;
}
.hover-text .hover-text-con .hover-text-con-ab .hover-text-link{
	float: left;
	width: 100%;
	margin-top: 59px;
}
.hover-text .hover-text-con .hover-text-con-ab .hover-text-link a{
	display: inline-block;
	width: 44px;
	height: 12px;
	background: url(../images/dangjian/ico-2.png) no-repeat;
	background-size: 100% 100%;
}
.dj-2-list ul li .hover-text .hover-text-con .hover-text-con-ab .hover-text-link a:hover{
	margin-left: 5px;
}

@media (max-width: 1440px){
	.dj-1 .dj-1-left .dj-1-l-title{
		font-size: 22px;
	}
	.dj-1 .dj-1-left .dj-1-l-p {
	    font-size: 14px;
	}
	.dj-1 .dj-1-right .dj-1-ri-1{
		font-size: 14px;
	}
	.dj-1 .dj-1-right .dj-1-ri-2 .dj-1-ri-2-txt .dj-1-ri-2-title{
		font-size: 20px;
	}
	.dj-1 .dj-1-right .dj-1-ri-2 .dj-1-ri-2-txt .dj-1-ri-2-p{
		font-size: 14px;
	}
	.dj-1 .dj-1-right .dj-1-ri-2 .dj-1-ri-2-txt .dj-1-ri-2-link a {
	    font-size: 14px;
	}
	.title .title-c {
	    font-size: 28px;
	    line-height: 26px;
	}
	.title .title-e {
	    line-height: 14px;
	    margin-top: 10px;
	    font-size: 18px;
	}
}

@media (max-width: 1199px){
	.dj-1{
		margin-top: -100px;
	}
	.dj-1 .dj-1-left{
		width: 100%;
		padding: 20px 3% 20px 3%;
	}
	.dj-1 .dj-1-left .dj-1-l-title {
	    float: left;
	    width: 100%;
	    line-height: 36px;
	    margin-top: 10px;
	    padding-bottom: 10px;
	    font-size: 18px;
	}
	.dj-1 .dj-1-left .dj-1-l-p {
	    line-height: 24px;
	    padding: 10px 3% 0 3%;
	}
	.dj-1 .dj-1-right{
		width: 100%;
	}
	   
	.dj-1 .dj-1-right .dj-1-ri-1{
		width: 100%;
		padding: 15px 3% 15px 3%;
		line-height: 24px;
		border-top: 1px solid #e3e3e3;
	}
	.dj-1 .dj-1-right .dj-1-ri-2{
		width: 100%;
	}
	.dj-1 .dj-1-right .dj-1-ri-2 .dj-1-ri-2-txt {
	    padding: 20px 3% 20px 3%;
	}
	.dj-1 .dj-1-right .dj-1-ri-2 .dj-1-ri-2-txt .dj-1-ri-2-title {
	    font-size: 18px;
	}
	.dj-1 .dj-1-right .dj-1-ri-2 .dj-1-ri-2-txt .dj-1-ri-2-p {
	    line-height: 20px;
	    margin-top: 10px;
	}
	.dj-1 .dj-1-right .dj-1-ri-2 .dj-1-ri-2-txt .dj-1-ri-2-link{
		margin-top: 20px;
	}
	.dj-1 .dj-1-right .dj-1-ri-2 .dj-1-ri-2-txt .dj-1-ri-2-link a {
	    padding: 0 24px;
	    line-height: 36px;
		border-radius: 18px;
	}
	.dj-1 .dj-1-left .dj-1-l-logo img{
		width: 100px;
	}
	.dj-2-list {
	    padding: 30px 0 30px 0;
	}
	.dj-2-list ul {
	    padding: 40px 3% 30px 3%;
	}
	.dj-2-list ul li .dj-2-li-t {
	    line-height: 28px;
	    margin-top: 2px;
	    font-size: 18px;
	}
	.dj-2-list ul li .dj-2-li-img{
		margin-top: 15px;
	}
	.dj-2-list ul li .dj-2-li-p{
		margin-top: 15px;
	}
	.dj-2-list ul li .dj-2-li-link{
		margin-top: 15px;
	}
	.dj-2 {
	    margin: 30px 0 30px 0;
	}
	.hover-text .hover-text-con .hover-text-con-ab .hover-text-t {
	    line-height: 26px;
	    font-size: 18px;
	}
	.hover-text .hover-text-con .hover-text-con-ab .hover-text-p {
	    line-height: 22px;
	    margin-top: 24px;
	}
	.hover-text .hover-text-con .hover-text-con-ab .hover-text-link{
		margin-top: 20px;
	}
}
@media (max-width: 991px){
	.dj-2-list ul li{
		width: 100%;
		border: 0;
	}
}
@media (max-width: 767px){
	.title .title-c {
	    font-size: 18px;
	    line-height: 16px;
	}
	.title .title-e {
	    line-height: 12px;
	    margin-top: 10px;
	    font-size: 14px;
	}
	.dj-2 {
	    margin: 20px 0 20px 0;
	}
	.dj-2-list ul {
	    padding: 10px 3% 10px 3%;
	}
	.dj-1 .dj-1-left .dj-1-l-logo img {
	    width: 70px;
	}
	.dj-1 .dj-1-left .dj-1-l-title {
	    line-height: 32px;
	    margin-top: 5px;
	    padding-bottom: 5px;
	    font-size: 16px;
	}
	.dj-2-list {
	    padding: 20px 0 10px 0;
	}
	.dj-2-list ul li {
	    padding: 10px 1.7% 20px 1.7%;
	}
	.dj-2-list ul li .dj-2-li-t {
	    line-height: 24px;
	    font-size: 16px;
	}
	.dj-2-list ul li .dj-2-li-img {
	    margin-top: 10px;
	}
	.dj-2-list ul li .dj-2-li-p {
	    margin-top: 10px;
	}
	.dj-2-list ul li .dj-2-li-link {
	    margin-top: 10px;
	}
	.dj-2-list ul li .dj-2-li-link a{
		width: 36px;
		height: 8px;
	}
	.hover-text .hover-text-con .hover-text-con-ab{
		padding: 0 6%;
	}
	.hover-text .hover-text-con .hover-text-con-ab .hover-text-t {
	    line-height: 24px;
	    font-size: 16px;
	}
	.hover-text .hover-text-con .hover-text-con-ab .hover-text-p {
	    line-height: 20px;
	    margin-top: 18px;
	}
	.hover-text .hover-text-con .hover-text-con-ab .hover-text-link a{
		width: 36px;
		height: 8px;
	}
}

/*恒信简介*/
.about-1{
	float: left;
	width: 100%;
	margin-top: 58px;
	background: #fff;
}
.about-1 .ab-1-left{
	float: left;
	width: 44.6%;
}
.about-1 .ab-1-left img{
	max-width: 100%;
}
.about-1 .ab-1-right{
	float: left;
	width: 55.4%;
	position: relative;
	padding: 75px 75px 0 75px;
}
.about-1 .ab-1-right::after{
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 60px;
	background: #314e92;
	content: "";
}
.about-1 .ab-1-right::before{
	position: absolute;
	top: 0;
	right: 0;
	width: 94px;
	height: 3px;
	background: #314e92;
	content: "";
}
.about-1 .ab-1-right .ab-1-ri-t{
	float: left;
	width: 100%;
}
.about-1 .ab-1-right .ab-1-ri-t .ab-1-ri-t1{
	float: left;
	width: 100%;
	line-height: 50px;
	font-size: 32px;
	color: #314e92;
}
.about-1 .ab-1-right .ab-1-ri-t .ab-1-ri-t2{
	font-family: 'AgencyFB-Reg';
	font-weight: bold;
	float: left;
	width: 100%;
	line-height: 69px;
	font-size: 70px;
	color: #010101;
}
.about-1 .ab-1-right .ab-1-ri-t .ab-1-ri-t3{
	font-family: 'AgencyFB-Reg';
	float: left;
	width: 100%;
	line-height: 62px;
	font-size: 66px;
	color: #010101;
}


.about-1 .ab-1-right .ab-1-ri-b{
	float: left;
	width: 100%;
	margin-top: 48px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
}

.about-2{
	float: left;
	width: 100%;
	background: #fff;
	padding: 55px 3.3% 70px 3.3%;
	margin-top: 65px;
	margin-bottom: 67px;
	text-align: center;
}
.about-2 img{
	max-width: 100%;
}


.about-2-t{
	float: left;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.about-2-t img{
	display: inline-block;
	vertical-align: top;
}
.about-2-t .about-2-t-middle{
	display: inline-block;
	vertical-align: top;
	background: #314e92;
	font-size: calc(100vw / 1920 * 56);
	color: #fff;
	margin: 0 -4px;
	padding: 0 38px;
	line-height: 96px;
}
.about-2-t .about-2-t-middle span{
	display: inline-block;
	vertical-align: top;
	font-size: 80px;
	margin: 0 50px;
}
.about-2 .about-2-p1{
	float: left;
	width: 100%;
	line-height: 36px;
	padding-top: 60px;
	font-size: 16px;
	color: #010101;
}
.about-2 .about-2-p1 .about-2-p{
	float: left;
	width: 100%;
	margin: 38px 0 46px 0;
	padding: 0 12.8%;
}
.about-2 .about-2-p1 .about-2-pic img{
	max-width: 100%;
}
.about-2 .about-2-p1 .about-2-pic img.img-1{
	float: left;
	width: 48.2%;
}
.about-2 .about-2-p1 .about-2-pic img.img-1.img-2{
	float: right;
}
.about-2 .about-2-pic{
	float: left;
	width: 100%;
}

.title-1{
	float: left;
	width: 100%;
	text-align: center;
}
.title-1 .title-1-c{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 32px;
	color: #314e92;
	font-weight: bold;
}
.title-1 .title-1-e{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	line-height: 22px;
	margin-top: 10px;
	font-size: 30px;
	color: #999;
}
@media (max-width: 1440px){
	.about-1 .ab-1-right {
	    padding: 40px 4% 0 4%;
	}
	.about-1 .ab-1-right .ab-1-ri-t .ab-1-ri-t1 {
	    line-height: 42px;
	    font-size: 28px;
	}
	.about-1 .ab-1-right .ab-1-ri-t .ab-1-ri-t2 {
	    line-height: 58px;
	    font-size: 58px;
	}
	.about-1 .ab-1-right .ab-1-ri-t .ab-1-ri-t3 {
	    line-height: 48px;
	    font-size: 48px;
	}
	.about-1 .ab-1-right .ab-1-ri-b {
	    margin-top: 24px;
	    line-height: 32px;
	    font-size: 16px;
	}
	.title-1 .title-1-c {
	    line-height: 26px;
	    font-size: 24px;
	}
	.title-1 .title-1-e {
	    line-height: 18px;
	    margin-top: 8px;
	    font-size: 24px;
	}
}

@media (max-width: 1366px){
	.about-2-t > img{
		
	}
	.about-2-t .about-2-t-middle{
		/* font-size: 48px; */
		padding: 0 24px;
		line-height: 96px;
	}
	.about-2-t .about-2-t-middle span{
		font-size: 60px;
		margin: 0 30px;
	}
}

@media (max-width: 1199px){
	.about-2-t > img {
		height: 60px;
	}
	.about-2-t .about-2-t-middle {
	    font-size: 24px;
	    padding: 0 15px;
	    line-height: 60px;
	}
	.about-2-t .about-2-t-middle span {
	    font-size: 30px;
	    margin: 0 15px;
	}
	.about-1 .ab-1-right {
		padding: 20px 3% 0 3%;
	}
	.about-1 .ab-1-right .ab-1-ri-t .ab-1-ri-t1 {
	    line-height: 36px;
	    font-size: 24px;
	}
	.about-1 .ab-1-right .ab-1-ri-t .ab-1-ri-t2 {
	    line-height: 42px;
	    font-size: 42px;
	}
	.about-1 .ab-1-right .ab-1-ri-t .ab-1-ri-t3 {
	    line-height: 36px;
	    font-size: 36px;
	}
	.about-1 .ab-1-right .ab-1-ri-b {
	    margin-top: 10px;
	    line-height: 26px;
	    font-size: 14px;
	}
	.about-2 .about-2-p1 {
	    line-height: 28px;
	    padding-top: 30px;
	    font-size: 14px;
	}
	.about-2 .about-2-p1 .about-2-p {
	    margin: 20px 0 20px 0;
	    padding: 0 3%;
	}
	.about-2 {
	    padding: 36px 3% 36px 3%;
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
}
@media (max-width: 991px){
	.about-1 .ab-1-left{
		width: 100%;
		padding: 0 4%;
		padding-top: 30px;
		text-align: center;
	}
	.about-1 .ab-1-right {
	    padding: 20px 4% 20px 4%;
	}
	.about-1 .ab-1-right::before{
		display: none;
	}
	.about-1 .ab-1-right::after{
		display: none;
	}
	
	.about-1 .ab-1-right{
		width: 100%;
	}
}
@media (max-width: 767px){
	.about-2-t > img {
		height: 30px;
	}
	.about-2-t .about-2-t-middle {
	    font-size: 14px;
	    padding: 0 5px;
	    line-height: 30px;
	}
	.about-2-t .about-2-t-middle span {
	    font-size: 20px;
	    margin: 0 5px;
	}
	.title-1 .title-1-c {
		line-height: 22px;
		font-size: 20px;
	}
	.title-1 .title-1-e {
		line-height: 14px;
		margin-top: 4px;
		font-size: 18px;
	}
	.about-1{
		margin-top: 15px;
	}
	.about-1 .ab-1-left {
	    padding: 0 3%;
	    padding-top: 15px;
	}
	.about-1 .ab-1-right {
	    padding: 10px 3% 20px 3%;
	}
	.about-1 .ab-1-right .ab-1-ri-t .ab-1-ri-t1 {
		line-height: 32px;
		font-size: 22px;
	}
	.about-1 .ab-1-right .ab-1-ri-t .ab-1-ri-t2 {
		line-height: 28px;
		font-size: 28px;
	}
	.about-1 .ab-1-right .ab-1-ri-t .ab-1-ri-t3 {
		line-height: 28px;
		font-size: 28px;
	}
	.about-2 {
	    padding: 15px 3% 10px 3%;
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.about-2 .about-2-p1 {
	    line-height: 24px;
	    padding-top: 15px;
	}
	.about-2 .about-2-p1 .about-2-p {
	    margin: 15px 0 15px 0;
		padding: 0 0;
	}
	.about-2 .about-2-p1 .about-2-pic img.img-1{
		width: 100%;
		margin: 5px 0;
	}
	.about-2 .about-2-pic{
		padding: 0 0%;
	}
}


/*恒信荣誉*/
.honor-1{
	float: left;
	width: 100%;
	margin-top: 58px;
	padding: 70px 0 78px 0;
	background: #fff url(../images/about/hon-bg-1.jpg) bottom center no-repeat;
	background-size: 100% auto;
}
.honor-1-p{
	float: left;
	width: 100%;
	line-height: 32px;
	padding: 23px 3.3% 64px 3.3%;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
}
.honor-1-pic{
	float: left;
	width: 100%;
	text-align: center;
}
.honor-1-pic img{
	display: inline-block;
	margin: 0 8.9%;
}

.honor-2{
	float: left;
	width: 100%;
	padding: 5px 3.3% 77px 3.3%;
	background: #fff;
	margin-top: 65px;
	margin-bottom: 82px;
}
.honor-2 ul{
	float: left;
	width: 100%;
}
.honor-2 ul li{
	float: left;
	width: 31.2%;
	margin-right: 3.2%;
	margin-top: 60px;
}
.honor-2 ul li a{
	float: left;
	width: 100%;
	border: 1px solid #dadada;
	overflow: hidden;
}
.honor-2 ul li a img{
	width: 100%;-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.honor-2 ul li:hover a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.honor-2 ul li:nth-child(3n){
	margin-right: 0;
}
.honor-2 ul li .honor-2-p{
	float: left;
	width: 100%;
	line-height: 58px;
	font-size: 16px;
	color: #333;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
@media (max-width: 1440px){
	.honor-1-pic img{
		margin: 0 7.5%;
	}
	.honor-2 ul li{
		margin-top: 30px;
	}
}
@media (max-width: 1400px){
	.honor-1-pic img{
		margin: 0 7%;
	}
}
@media (max-width: 1199px){
	.honor-1-pic img{
		margin: 0 4%;
	}
}

@media (max-width: 991px){
	.honor-1 {
		margin-top: 20px;
		padding: 30px 0 38px 0;
	}
	.honor-1-p {
	    line-height: 28px;
	    padding: 0px 3.3% 30px 3.3%;
	}
	.honor-1-pic{
		padding: 0 3%;
	}
	.honor-1-pic img {
		width: 30%;
	    margin: 10px 1.2% 0 1.2%;
	}
	.honor-2 {
	    padding: 5px 3% 20px 3%;
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.honor-2 ul li {
	    margin-top: 20px;
	}
	.honor-2 ul li .honor-2-p {
	    line-height: 28px;
	    font-size: 14px;
	}
}
@media (max-width: 767px){
	.honor-1 {
		margin-top: 15px;
		padding: 15px 0 15px 0;
	}
	.honor-1-p {
	    line-height: 24px;
	    padding: 0px 3% 0px 3%;
		font-size: 14px;
	}
	.honor-1-pic img{
		width: 45%;
		margin: 15px 2% 0 2%;
	}
	.honor-2{
		margin-top: 15px;
		padding-top: 0;
	}
	.honor-2 ul li {
		width: 100%;
	    margin-top: 15px;
		margin-right: 0;
	}
	.honor-2 ul li .honor-2-p {
	    line-height: 36px;
	    font-size: 16px;
	}
}

/*恒信文化*/
.cul-1{
	float: left;
	width: 100%;
	margin-top: 58px;
	background: #fff;
}
.cul-1 .cul-1-left{
	float: left;
	width: 68.5%;
}
.cul-1 .cul-1-left img{
	max-width: 100%;
} 
.cul-1 .cul-1-right{
	float: left;
	width: 31.5%;
	padding: 123px 0 106px 0;
}

.cul-1 .cul-1-right .cul-1-ri-left{
	float: left;
	margin-left: 108px;
	width: 54px;
	margin-right: 31px;
	margin-top: -30px;
}
.cul-1 .cul-1-right .cul-1-ri-left .cul-1-ri-le-c{
	float: left;
	width: 54px;
	line-height: 54px;
	font-size: 54px;
	color: #314e92;
	font-weight: normal;
}
.cul-1 .cul-1-right .cul-1-ri-left .cul-1-ri-le-e{
	float: left;
	width: 54px;
}
.cul-1 .cul-1-right .cul-1-ri-left .cul-1-ri-le-e .cul-1-ri-le-e1{
	font-family: 'AgencyFB-Reg';
	float: left;
	width: 27px;
	margin-top: 15px;
	line-height: 27px;
	font-size: 26px;
	color: #a9a9a9;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	text-align: center;
}

.cul-1 .cul-1-right .cul-1-ri-right{
	float: left;
	position: relative;
	padding-left: 35px;
	margin: -30px 0;
	border-left: 1px solid #eaeaea;
}
.cul-1 .cul-1-right .cul-1-ri-right::after{
	position: absolute;
	left: -3px;
	top: 0;
	width: 4px;
	height: 56px;
	background: #314e92;
	content: "";
}
.cul-1 .cul-1-right .cul-1-ri-right .cul-1-ri-r1{
	float: left;
	width: 76px;
	line-height: 57px;
	font-size: 46px;
	margin-top: -20px;
	color: #a40035;
	font-weight: normal;
	writing-mode: tb-lr;
	text-align: center;
}
.cul-1 .cul-1-right .cul-1-ri-right .cul-1-ri-r1 span{
	width: 100%;
	display: inline-block;
	margin: 15px 0px;
}
.cul-2{
	float: left;
	width: 100%;
	background: #fff;
	margin: 69px 0 86px 0;
	padding: 72px 3.3% 90px 3.3%;
}

.cul-2 .cul-2-block{
	float: left;
	width: 100%;
}
.cul-2 .cul-2-block .cul-2-block-1{
	float: left;
	width: 100%;
	background: #f8f8f8;
}
.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-left{
	float: left;
	width: 50%;
	padding: 65px 3% 0 3%;
}
.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-left .cul-2-bl-title{
	float: left;
	width: 100%;
	line-height: 34px;
	font-size: 34px;
	color: #314e92;
	font-weight: normal;
}
.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-left .cul-2-bl-title span{
	font-family: 'AgencyFB-Reg';
	font-size: 30px;
	margin-left: 15px;
	color: #c6c6c6;
	vertical-align: text-bottom;
}
.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-left .cul-2-bl-p1{
	float: left;
	width: 100%;
	line-height: 36px;
	margin-top: 21px;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-left .cul-2-bl-p1.cul-2-bl-p2{
	-webkit-line-clamp: 2;
	padding-bottom: 15px;
	border-bottom: 1px solid #d2d2d2;
	font-size: 20px;
}


.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-right{
	float: left;
	width: 50%;
}
.cul-2 .cul-2-block .cul-2-block-1:nth-child(2n) .cul-2-block-1-left{
	float: right;
}
.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-right img{
	width: 100%;
}

.cul-2-bl-p3{
	float: left;
	width: 100%;
	line-height: 32px;
	font-size: 16px;
	margin-top: 15px;
}
.cul-2-bl-p3 span{
	display: inline-block;
	margin-right: 8.7%;
	font-size: 16px;
	color: #110f0f;
	padding-left: 14px;
	position: relative;
}
.cul-2-bl-p3 span:last-child{
	margin-right: 0;
}
.cul-2-bl-p3 span::after{
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background: #314e92;
	content: "";
}

.cul-2-block-rc{
	float: left;
	width: 100%;
	padding-top: 76px;
}
.cul-2-block-rc .cul-2-block-rc-p{
	float: left;
	width: 100%;
	margin-top: 20px;
	line-height: 34px;
	font-size: 16px;
	color: #333;
}
.cul-2-block-rc .cul-2-block-rc-img{
	float: left;
	width: 100%;
	margin-top: 60px;
}
.cul-2-block-rc .cul-2-block-rc-img img{
	float: left;
	width: 30.8%;
	margin-right: 3.8%;
}
.cul-2-block-rc .cul-2-block-rc-img img:nth-child(3n){
	margin-right: 0;
}

.cul-2-block-sh{
	float: left;
	width: 100%;
	margin-top: 68px;
}
.cul-2-block-sh .cul-2-block-sh-PicTxt{
	float: left;
	width: 100%;
	padding-top: 40px;
}
.cul-2-block-sh .cul-2-block-sh-PicTxt .cul-2-block-sh-Pic1{
	float: left;
	width: 28.7%;
	margin-right: 2.3%;
}
.cul-2-block-sh .cul-2-block-sh-PicTxt .cul-2-block-sh-Pic1:nth-child(2){
	margin-right: 0;
}
.cul-2-block-sh .cul-2-block-sh-PicTxt .cul-2-block-sh-p{
	float: right;
	width: 36.8%;
	padding-top: 30px;
	line-height: 34px;
	font-size: 16px;
	color: #333;
}

@media (max-width: 1440px){
	.cul-1 .cul-1-right {
	    padding: 93px 0 76px 0;
	}
	.cul-1 .cul-1-right .cul-1-ri-left{
		margin-left: 90px;
		margin-top: -20px;
	}
	.cul-1 .cul-1-right .cul-1-ri-left .cul-1-ri-le-c {
	    width: 48px;
	    line-height: 48px;
	    font-size: 48px;
	}
	.cul-1 .cul-1-right .cul-1-ri-left .cul-1-ri-le-e{
		width: 48px;
	}
	.cul-1 .cul-1-right .cul-1-ri-left .cul-1-ri-le-e .cul-1-ri-le-e1 {
	    width: 24px;
	    margin-top: 15px;
	    line-height: 24px;
	    font-size: 22px;
	}
	.cul-1 .cul-1-right .cul-1-ri-right .cul-1-ri-r1 {
	    width: 54px;
	    line-height: 48px;
	    font-size: 36px;
	    margin-top: -20px;
	}
	.cul-1 .cul-1-right .cul-1-ri-right {
	    padding-left: 30px;
	    margin: -20px 0;
	}
	.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-left {
	    padding: 45px 3% 0 3%;
	}
	.cul-2-bl-p3 span{
		margin-right: 6%;
	}
}

@media (max-width: 1199px){
	.cul-1 .cul-1-right {
	    padding: 63px 0 46px 0;
	}
	.cul-1 .cul-1-right .cul-1-ri-left{
		width: 36px;
		margin-left: 48px;
	}
	.cul-1 .cul-1-right .cul-1-ri-left{
		margin-right: 20px;
	}
	.cul-1 .cul-1-right .cul-1-ri-left .cul-1-ri-le-c {
	    width: 36px;
	    line-height: 36px;
	    font-size: 36px;
	}
	.cul-1 .cul-1-right .cul-1-ri-left .cul-1-ri-le-e .cul-1-ri-le-e1 {
	    width: 18px;
	    margin-top: 15px;
	    line-height: 18px;
	    font-size: 16px;
	}
	.cul-1 .cul-1-right .cul-1-ri-right {
	    padding-left: 20px;
	    margin: -20px 0;
	}
	.cul-1 .cul-1-right .cul-1-ri-right .cul-1-ri-r1 {
	    width: 42px;
	    line-height: 36px;
	    font-size: 28px;
	}
	.cul-2 {
	    margin: 30px 0 30px 0;
	    padding: 30px 3% 30px 3%;
	}
	.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-left {
	    padding: 16px 3% 0 3%;
	}
	.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-left .cul-2-bl-title {
	    line-height: 26px;
	    font-size: 24px;
	}
	.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-left .cul-2-bl-title span {
	    font-size: 20px;
	    margin-left: 12px;
	}
	.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-left .cul-2-bl-p1 {
	    line-height: 32px;
	    margin-top: 8px;
	    font-size: 14px;
	}
	.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-left .cul-2-bl-p1.cul-2-bl-p2 {
	    padding-bottom: 10px;
	    font-size: 16px;
	}
	.cul-2-bl-p3 {
	    line-height: 28px;
	    margin-top: 10px;
	}
	.cul-2-bl-p3 span{
		margin-right: 14px;
		font-size: 14px;
	}
	.cul-2-block-rc {
	    padding-top: 48px;
	}
	.cul-2-block-sh{
		margin-top: 48px;
	}
	.cul-2-block-rc .cul-2-block-rc-p {
	    margin-top: 15px;
	    line-height: 28px;
	    font-size: 14px;
	}
	.cul-2-block-rc .cul-2-block-rc-img{
		margin-top: 30px;
	}
	.cul-2-block-rc .cul-2-block-rc-img img {
	    width: 32%;
	    margin-right: 2%;
	}
	.cul-2-block-sh .cul-2-block-sh-PicTxt{
		padding-top: 0px;
	}
	.cul-2-block-sh .cul-2-block-sh-PicTxt .cul-2-block-sh-Pic1{
		width: 48%;
		margin-right: 4%;
	}
	.cul-2-block-sh .cul-2-block-sh-PicTxt .cul-2-block-sh-p{
		width: 100%;
		padding-top: 20px;
		line-height: 28px;
		font-size: 14px;
	}
}

@media (max-width: 991px){
	.cul-1 .cul-1-right {
	    padding: 43px 0 26px 0;
	}
	.cul-1 .cul-1-right .cul-1-ri-left{
		width: 28px;
		margin-left: 34px;
		margin-right: 18px;
		margin-top: 0;
	}
	.cul-1 .cul-1-right .cul-1-ri-right {
	    margin: -0px 0;
	}
	.cul-1 .cul-1-right .cul-1-ri-left .cul-1-ri-le-c {
	    width: 28px;
	    line-height: 28px;
	    font-size: 28px;
	}
	.cul-1 .cul-1-right .cul-1-ri-left .cul-1-ri-le-e {
	    width: 28px;
	}
	.cul-1 .cul-1-right .cul-1-ri-left .cul-1-ri-le-e .cul-1-ri-le-e1 {
	    width: 14px;
	    margin-top: 10px;
	    line-height: 14px;
	    font-size: 14px;
	}
	.cul-1 .cul-1-right .cul-1-ri-right .cul-1-ri-r1 span {
	    margin: 15px 0px;
	}
	.cul-1 .cul-1-right .cul-1-ri-right .cul-1-ri-r1 {
	    width: 30px;
	    line-height: 28px;
	    font-size: 20px;
	}
	.cul-1 .cul-1-right .cul-1-ri-right .cul-1-ri-r1 span {
	    margin: 12px 0px;
	}
	.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-left{
		width: 100%;
		padding-bottom: 16px;
	}
	.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-right{
		width: 100%;
	}
	.cul-2-block-rc {
	    padding-top: 36px;
	}
	.cul-2-block-rc .cul-2-block-rc-p{
		margin-top: 0;
	}
	.cul-2-block-sh {
	    margin-top: 36px;
	}
	.cul-1{
		margin-top: 15px;
	}
	
	
}

@media (max-width: 767px){
	.cul-1 .cul-1-left{
		width: 100%;
	}
	
	.cul-1 .cul-1-right{
		width: 100%;
		padding: 18px 0 16px 0;
		text-align: center;
	}
	.cul-1 .cul-1-right .cul-1-ri-left{
		width: 100%;
		margin: 0;
	}
	
	.cul-1 .cul-1-right .cul-1-ri-left .cul-1-ri-le-c{
		width: 100%;
		line-height: 22px;
		font-size: 22px;
	}
	.cul-1 .cul-1-right .cul-1-ri-left .cul-1-ri-le-e{
		width: 100%;
		margin-top: 10px;
	}
	.cul-1 .cul-1-right .cul-1-ri-left .cul-1-ri-le-e .cul-1-ri-le-e1{
		float: none;
		width: auto;
		writing-mode: inherit;
		writing-mode: inherit;
		margin: 0px 8px 0 8px;
		font-size: 18px;
		line-height: 18px;
	}
	
	.cul-1 .cul-1-right .cul-1-ri-right{
		padding-left: 0;
		width: 100%;
		margin: 0;
		margin-top: 10px;
		border: 0;
	}
	.cul-1 .cul-1-right .cul-1-ri-right::after{
		display: none;
	}
	.cul-1 .cul-1-right .cul-1-ri-right .cul-1-ri-r1{
		width: 100%;
		line-height: 16px;
		margin-top: 0px;
		font-size: 16px;
	}
	.cul-1 .cul-1-right .cul-1-ri-right .cul-1-ri-r1 span{
		width: 50%;
		margin: 5px 0px;
	}
	.cul-2 {
	    margin: 15px 0 15px 0;
	    padding: 15px 3% 15px 3%;
	}
	
	.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-left .cul-2-bl-title {
	    line-height: 26px;
	    font-size: 22px;
	}
	.cul-2 .cul-2-block .cul-2-block-1 .cul-2-block-1-left .cul-2-bl-title span {
	    font-size: 18px;
	    margin-left: 10px;
	}
	.cul-2-block-rc {
	    padding-top: 18px;
	}
	.cul-2-block-rc .cul-2-block-rc-img {
	    margin-top: 10px;
	}
	.cul-2-block-rc .cul-2-block-rc-img img{
		width: 100%;
		margin: 5px 0;
	}
	.cul-2-block-sh {
	    margin-top: 15px;
	}
	.cul-2-block-sh .cul-2-block-sh-PicTxt .cul-2-block-sh-Pic1 {
	    width: 100%;
	    margin-right: 0%;
		margin: 5px 0;
	}
	.cul-2-block-sh .cul-2-block-sh-PicTxt .cul-2-block-sh-p{
		padding-top: 10px;
	}
}

.huag-1{
	float: left;
	width: 100%;
	margin-top: 58px;
	margin-bottom: 70px;
}
.huag-1 .huag-1-link{
	float: left;
	width: 100%;
}
.huag-1 .huag-1-link a{
	float: left;
	display: block;
	width: 50%;
	height: 75px;
	line-height: 75px;
	background: #e6e6e6;
	font-size: 36px;
	color: #333;
	text-align: center;
} 
.huag-1 .huag-1-link a:hover,
.huag-1 .huag-1-link a.hover{
	background: #314e92;
	color: #fff;
}

.huag-1 .huag-1-text{
	float: left;
	width: 100%;
	padding: 70px 3.3% 110px 3.3%;
	background: #fff;
}
.huag-1 .huag-1-text .huag-1-text-t{
	float: left;
	width: 100%;
}
.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-l{
	float: left;
	width: 45.1%;
	padding-right: 3%;
	padding-top: 46px;
}
.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-title{
	float: left;
	width: 100%;
	line-height: 42px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 42px;
	color: #314e92;
	font-weight: bold;
}
.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-title span{
	font-family: 'AgencyFB-Reg';
	font-weight: normal;
	font-size: 39px;
	color: #666;
	margin-left: 16px;
	vertical-align: text-bottom;
}
.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-p{
	float: left;
	width: 100%;
	margin-top: 33px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
}


.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-r{
	float: left;
	width: 54.9%;
}
.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-r img{
	width: 100%;
}

.huag-1 .huag-1-text .huag-1-text-p{
	float: left;
	width: 100%;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
	margin-top: 45px;
}
.huag-1 .huag-1-text .huag-1-text-img{
	float: left;
	width: 100%;
	margin-top: 64px;
}
.huag-1 .huag-1-text .huag-1-text-img img{
	float: left;
	width: 31.7%;
	margin-right: 2.45%;
	border: 1px solid #e5e5e5;
}
.huag-1 .huag-1-text .huag-1-text-img img:nth-child(3n){
	margin-right: 0%;
}


/*荣信*/
.huag-1 .huag-1-text.huag-1-text-rx .huag-1-text-t .huag-1-text-t-l{
	float: right;
	padding-left: 3.3%;
	padding-right: 0;
	padding-top: 29px;
}
.huag-1 .huag-1-text.huag-1-text-rx .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-title{
	padding-bottom: 16px;
}
.huag-1 .huag-1-text.huag-1-text-rx .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-rx1{
	float: left;
	font-size: 54px;
	line-height: 62px;
	color: #a30032;
}
.huag-1 .huag-1-text.huag-1-text-rx .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-rx1 span{
	font-family: 'AvantGardeITCbyBT-Demi';
	font-size: 98px;
	line-height: 74px;
	font-style: italic;
	color: #a30032;
	margin-right: 16px;
	margin-left: 0;
	vertical-align: bottom;
}
.huag-1 .huag-1-text.huag-1-text-rx .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-p{
	margin-top: 28px;
}
.huag-1 .huag-1-text.huag-1-text-rx .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-rx2{
	float: left;
	line-height: 31px;
	font-size: 22px;
	color: #666;
	font-weight: normal;
	margin-top: 12px;
	margin-left: 18px;
}


@media (max-width: 1440px){
	.huag-1 .huag-1-link a {
	    height: 60px;
	    line-height: 60px;
	    font-size: 30px;
	}
	.huag-1 {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.huag-1 .huag-1-text {
	    padding: 40px 3% 40px 3%;
	}
	.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-l {
	    padding-right: 3%;
	    padding-top: 20px;
	}
	.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-title {
	    line-height: 36px;
	    padding-bottom: 4px;
	    font-size: 36px;
	}
	.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-title span {
	    font-size: 32px;
	    margin-left: 10px;
	}
	.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-p {
	    margin-top: 15px;
	    line-height: 32px;
	    font-size: 16px;
	}
	.huag-1 .huag-1-text .huag-1-text-p {
	   margin-top: 30px;
	   line-height: 32px;
	   font-size: 16px;
	}
	.huag-1 .huag-1-text .huag-1-text-img{
		margin-top: 40px;
	}
	
	.huag-1 .huag-1-text.huag-1-text-rx .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-rx1 {
	    font-size: 36px;
	    line-height: 36px;
	}
	
	.huag-1 .huag-1-text.huag-1-text-rx .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-rx1 span {
	    font-size: 62px;
	    line-height: 42px;
	}
	.huag-1 .huag-1-text.huag-1-text-rx .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-rx2 {
	    line-height: 24px;
	    font-size: 18px;
		margin-top: 0;
	}
	.huag-1 .huag-1-text.huag-1-text-rx .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-p {
	    margin-top: 15px;
	}
}
@media (max-width: 1199px){
	
	.huag-1 .huag-1-text {
	    padding: 20px 3% 20px 3%;
	}
	.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-l {
		width: 100%;
		padding-right: 0;
	}
	.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-title {
	    line-height: 30px;
	    padding-bottom: 6px;
	    font-size: 30px;
	}
	.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-r{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.huag-1 .huag-1-text .huag-1-text-img{
		margin-top: 20px;
	}
	.huag-1 .huag-1-text .huag-1-text-img img{
		width: 100%;
		margin: 10px 0;
	}
	.huag-1 .huag-1-text.huag-1-text-rx .huag-1-text-t .huag-1-text-t-l {
	    padding-left: 0%;
	    padding-top: 20px;
	}
}

@media (max-width: 767px){
	.huag-1 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.huag-1 .huag-1-link a {
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	}
	.huag-1 .huag-1-text {
	    padding: 0px 3% 10px 3%;
	}
	.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-title {
	    line-height: 24px;
	    padding-bottom: 6px;
	    font-size: 24px;
	}
	.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-title span {
	    font-size: 22px;
	    margin-left: 10px;
	}
	.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-l{
		padding-top: 15px;
	}
	.huag-1 .huag-1-text .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-p {
	    margin-top: 10px;
	    line-height: 28px;
	    font-size: 14px;
	}
	.huag-1 .huag-1-text .huag-1-text-p {
		margin-top: 10px;
		line-height: 28px;
		font-size: 14px;
	}
	.huag-1 .huag-1-text .huag-1-text-img {
	    margin-top: 5px;
	}
	.huag-1 .huag-1-text .huag-1-text-img img {
	    margin: 5px 0;
	}
	.huag-1 .huag-1-text.huag-1-text-rx .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-rx1 {
		width: 100%;
	    font-size: 18px;
	    line-height: 18px;
		text-align: center;
	}
	.huag-1 .huag-1-text.huag-1-text-rx .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-rx1 span {
	    font-size: 38px;
	    line-height: 24px;
	}
	.huag-1 .huag-1-text.huag-1-text-rx .huag-1-text-t .huag-1-text-t-l .huag-1-text-t-l-rx2 {
		width: 100%;
	    line-height: 26px;
	    font-size: 16px;
	    margin-top: 10px;
		padding-left: 0;
		margin-left: 0;
		line-height: 28px;
		text-align: center;
	}
}

/*贸易物流*/
.wl{
	float: left;
	width: 100%;
	padding: 90px 3.3% 100px 3.3%;
}
.wl .wl-title{
	float: left;
	width: 100%;
}
.wl .wl-title .wl-title-1{
	float: left;
	width: 100%;
	line-height: 42px;
	font-size: 42px;
	color: #314e92;
	font-weight: bold;
}
.wl .wl-title .wl-title-2{
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 21px;
	margin-top: 18px;
	line-height: 26px;
	font-size: 26px;
	color: #333;
	font-weight: normal;
}
.wl .wl-title .wl-title-2::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 34px;
	height: 4px;
	background: #314e92;
	content: "";
}
.wl .wl-p1{
	float: left;
	width: 100%;
	line-height: 36px;
	padding: 30px 0 56px 0;
	font-size: 18px;
	color: #333;
}

.wl .wl-picText{
	float: left;
	width: 100%;
}
.wl .wl-picText img{
	max-width: 100%;
}
.wl .wl-picText .wl-pic{
	float: left;
	width: 45.1%;
}
.wl .wl-picText .wl-pic img{
	width: 100%;
}
.wl .wl-picText .wl-Text{
	float: right;
	width: 51.6%;
}
.wl .wl-picText .wl-Text .wl-Text-p{
	float: left;
	width: 100%;
	padding: 50px 2% 0 2.8%;
	line-height: 36px;
	font-size: 18px;
	color: #333;
}
@media (max-width: 1440px){
	.wl {
	    padding: 50px 3% 50px 3%;
	}
	.wl .wl-title .wl-title-1 {
	    line-height: 32px;
	    font-size: 32px;
	}
	.wl .wl-title .wl-title-2 {
	    padding-bottom: 15px;
	    margin-top: 15px;
	    line-height: 20px;
	    font-size: 20px;
	}
	.wl .wl-p1 {
	    line-height: 32px;
	    padding: 20px 0 20px 0;
	    font-size: 16px;
	}
	.wl .wl-picText .wl-Text .wl-Text-p {
	    padding: 20px 2% 0 2%;
	    line-height: 32px;
	    font-size: 16px;
	}
}

@media (max-width: 1199px){
	.wl .wl-title .wl-title-1 {
		line-height: 24px;
		font-size: 24px;
	}
	.wl .wl-p1 {
	    line-height: 28px;
	    padding: 15px 0 15px 0;
	    font-size: 14px;
	}
	.wl .wl-picText .wl-Text .wl-Text-p {
	    padding: 10px 2% 0 2%;
	    line-height: 28px;
	    font-size: 14px;
	}
}
@media (max-width: 991px){
	.wl .wl-picText .wl-pic{
		width: 100%;
	}
	.wl .wl-picText .wl-Text{
		width: 100%;
	}
}

@media (max-width: 767px){
	.wl {
		padding: 15px 0% 15px 0%;
	}
	.wl .wl-title .wl-title-1 {
	    line-height: 18px;
	    font-size: 18px;
	}
	.wl .wl-title .wl-title-2 {
	    padding-bottom: 8px;
	    margin-top: 10px;
	    line-height: 14px;
	    font-size: 14px;
	}
	.wl .wl-title .wl-title-2::after {
	    width: 28px;
	    height: 3px;
	}
	.wl .wl-p1{
		padding: 10px 0;
	}
}


/**/
.news{
	float: left;
	width: 100%;
	margin: 58px 0 67px 0;
	padding: 60px 0 66px 0;
	background: #fff;
}
.news .news-list{
	float: left;
	width: 100%;
}
.news .news-list ul{
	float: left;
	width: 100%;
	padding: 18px 3% 16px 3%;
}
.news .news-list ul li{
	float: left;
	width: 33.33%;
	line-height: 26px;
	padding: 41px 2.5% 38px 2.5%;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	position: relative;
	overflow: hidden;
}


.news .news-list ul li:hover .hover-text{
	bottom: 0;
	opacity: 1;
	color: #fff;
}

.news .news-list ul li:nth-child(3n){
	border-right: 0;
}
.news .news-list ul li:nth-child(4),
.news .news-list ul li:nth-child(5),
.news .news-list ul li:nth-child(6){
	border-bottom: 0;
}
.news .news-list ul li .news-li-time{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	font-size: 18px;
	color: #666;
}
.news .news-list ul li .news-li-t{
	font-weight: normal;
	float: left;
	width: 100%;
	margin-top: 7px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news .news-list ul li .news-li-pic{
	float: left;
	width: 100%;
	margin-top: 37px;
}
.news .news-list ul li .news-li-pic a{
	float: left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 57.99522673031026%;
	padding-bottom: 66.66666666666667%;
}
.news .news-list ul li .news-li-pic img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.news .news-list ul li:hover .news-li-pic img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.news .news-list ul li .news-li-p{
	float: left;
	width: 100%;
	height: 52px;
	line-height: 26px;
	margin-top: 30px;
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news .news-list ul li .news-li-link{
	float: left;
	width: 100%;
	margin-top: 9px;
	font-size: 14px;
	color: #898989;
}
.news .news-list ul li .news-li-link a img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-left: 15px;
}
.news .news-list ul li .news-li-link a:hover{
	margin-left: 5px;
}



@media (max-width: 1199px){
	.news {
		margin: 38px 0 37px 0;
		padding: 30px 0 36px 0;
	}
	.news .news-list ul {
	    padding: 10px 3% 10px 3%;
	}
	.news .news-list ul li {
	    line-height: 24px;
	    padding: 20px 2% 20px 2%;
	}
	.news .news-list ul li .news-li-time{
		font-size: 16px;
	}
	.news .news-list ul li .news-li-t{
		margin-top: 4px;
		font-size: 20px;
	}
	.news .news-list ul li .news-li-pic{
		margin-top: 14px;
	}
	.news .news-list ul li .news-li-p{
		margin-top: 10px;
		font-size: 14px;
	}
	.news .news-list ul li .news-li-link{
		margin-top: 5px;
	}
}

@media (max-width: 991px){
	.news .news-list ul {
		padding: 10px 2% 10px 2%;
	}
}
@media (max-width: 767px){
	.news {
	    margin: 18px 0 17px 0;
	    padding: 10px 0 16px 0;
	}
	.news .news-list ul li{
		width: 100%;
		border-right: 0;
		padding: 10px 2% 10px 2%;
	}
	.news .news-list ul li:nth-child(4),
	.news .news-list ul li:nth-child(5),
	.news .news-list ul li:nth-child(6){
		border-bottom: 1px solid #eee;
	}
	.news .news-list ul li .news-li-t {
	    margin-top: 4px;
	    font-size: 18px;
	}
	.news .news-list ul li .news-li-link{
		font-size: 12px;
	}
}

.news-details{
	float: left;
	width: 100%;
	margin: 58px 0 66px 0;
	padding: 55px 3.3% 60px 3.3%;
	background: #fff;
}
.news-details .news-de-title{
	float: left;
	width: 100%;
	line-height: 42px;
	padding-bottom: 7px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.news-details .news-de-title .news-de-ti-h{
	float: left;
	width: 100%;
	font-size: 28px;
	color: #333;
	font-weight: normal;
}
.news-details .news-de-title .news-de-ti-time{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #999;
}
.news-details .news-de-title .news-de-ti-time img{
	margin-right: 12px;
	vertical-align: middle;
	padding-bottom: 3px;
}

.news-details .news-de-txt{
	float: left;
	width: 100%;
	padding: 34px 0 40px 0;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
	border-bottom: 1px solid #eee;
}
.news-details .news-de-txt img{
	max-width: 100%;
	margin-left: -2em!important;
}
.news-details .news-de-link{
	float: left;
	width: 100%;
	margin-top: 53px;
}
.news-details .news-de-link a{
	float: left;
	width: 50%;
	line-height: 36px;
	padding-right: 2%;
	font-size: 16px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news-details .news-de-link a:last-child{
	padding-right: 0%;
	padding-left: 2%;
	text-align: right;
}
.news-details .news-de-link a:hover{
	color:#314e92
}

@media (max-width: 1440px){
	.news-details .news-de-title .news-de-ti-h{
		font-size: 24px;
	}
}
@media (max-width: 1199px){
	.news-details .news-de-title .news-de-ti-h{
		font-size: 20px;
	}
	.news-details {
	    margin: 30px 0 30px 0;
	    padding: 30px 3% 30px 3%;
	}
	.news-details .news-de-link{
		margin-top: 30px;
	}
	.news-details .news-de-txt {
	    padding: 14px 0 20px 0;
	    line-height: 28px;
	    font-size: 14px;
	}
}
@media (max-width: 767px){
	.news-details {
		margin: 15px 0 15px 0;
		padding: 15px 3% 15px 3%;
	}
	.news-details .news-de-title {
	    line-height: 28px;
	    padding-bottom: 4px;
	}
	.news-details .news-de-title .news-de-ti-h {
	    font-size: 18px;
	}
	.news-details .news-de-title .news-de-ti-time{
		font-size: 14px;
	}
	.news-details .news-de-txt {
	    padding: 10px 0 15px 0;
	    line-height: 24px;
	}
	.news-details .news-de-link {
	    margin-top: 10px;
	}
	.news-details .news-de-link a{
		width: 100%;
		padding: 0!important;
		text-align: left!important;
		line-height: 28px;
		font-size: 14px;
	}
}

.nongye{
	float: left;
	width: 100%;
	padding: 90px 0 84px 0;
}
.nongye .nongye-1{
	float: left;
	width: 100%;
	position: relative;
}
.nongye .nongye-1 .nongye-1-ab{
	position: absolute;
	top: -43px;
	left: -103px;
}


.nongye .nongye-1 .nongye-1-left{
	float: left;
	width: 46.4%;
}
.nongye .nongye-1 .nongye-1-left .nongye-1-le-p{
	float: left;
	width: 100%;
}
.nongye .nongye-1 .nongye-1-left .nongye-1-le-p .nongye-1-le-p1{
	float: left;
	width: 100%;
	line-height: 51px;
	font-size: 46px;
	color: #314e92;
	font-weight: bold;
}
.nongye .nongye-1 .nongye-1-left .nongye-1-le-p .nongye-1-le-p2{
	font-family: 'AgencyFB-Reg';
	float: left;
	width: 100%;
	line-height: 64px;
	font-size: 60px;
	color: #314e92;
}
.nongye .nongye-1-list{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.nongye .nongye-1-list ul{
	float: left;
	width: 100%;
}
.nongye .nongye-1-list ul li{
	/* font-weight: normal; */
	float: left;
	width: 134px;
	margin-top: 42px;
	margin-right: 22.7%;
	line-height: 34px;
	font-size: 26px;
	color: #333;
	text-align: center;
}
.nongye .nongye-1-list ul li img{
	margin-bottom: 18px;
}
.nongye .nongye-1 .nongye-1-right{
	float: left;
	width: 53.6%;
	padding-top: 3px;
	text-align: right;
}
.nongye .nongye-1 .nongye-1-right .nongye-1-ri-1{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	line-height: 20px;
	font-size: 16px;
	color: #999;
}
.nongye .nongye-1 .nongye-1-right .nongye-1-ri-2{
	float: left;
	width: 100%;
	font-size: 50px;
	line-height: 60px;
	margin-top: 20px;
	color: #314e92;
	font-weight: bold;
}
.nongye .nongye-1 .nongye-1-right .nongye-1-ri-3{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 18px;
	margin-top: 14px;
	color: #333;
	font-weight: normal;
}
.nongye .nongye-1 .nongye-1-right .nongye-1-ri-4{
	float: left;
	width: 100%;
	margin-top: 34px;
}
.nongye .nongye-1 .nongye-1-right .nongye-1-ri-4 img{
	width: 100%;
}
.nongye-2{
	float: left;
	width: 100%;
	line-height: 34px;
	margin-top: 135px;
	font-size: 16px;
	color: #333;
	padding-right: 20%;
	background: url(../images/huagong/ny-ico-6.png) right center no-repeat;
	font-weight: normal;
	text-indent: 2em;
}

.nongye-3{
	float: left;
	width: 100%;
	margin-top: 14px;
}
.nongye-3 img{
	float: left;
	width: 48.9%;
	margin: 20px 0;
}
.nongye-3 img:nth-child(2n){
	float: right;
}

@media (max-width: 1440px){
	.nongye {
	    padding: 50px 0 44px 0;
	}
	.nongye .nongye-1 .nongye-1-left .nongye-1-le-p .nongye-1-le-p1 {
	    line-height: 48px;
	    font-size: 36px;
	}
	.nongye .nongye-1 .nongye-1-left .nongye-1-le-p .nongye-1-le-p2 {
	    line-height: 54px;
	    font-size: 48px;
	}
	.nongye .nongye-1 .nongye-1-ab{
		width: 240px;
		left: -100px;
	}
	.nongye .nongye-1-list ul li {
	    margin-top: 42px;
	    line-height: 28px;
	    font-size: 22px;
	}
	.nongye .nongye-1 .nongye-1-right .nongye-1-ri-2 {
	    font-size: 42px;
	    margin-top: 22px;
	}
	.nongye-2{
		margin-top: 80px;
	}
}
@media (max-width: 1400px){
	.nongye .nongye-1-list ul li {
	    margin-top: 36px;
	    line-height: 24px;
	    font-size: 20px;
	    margin-right: 20%;	
	}
	.nongye .nongye-1 .nongye-1-right .nongye-1-ri-2 {
		line-height: 48px;
	    font-size: 36px;
	    margin-top: 20px;
	}
}
@media (max-width: 1199px){
	.nongye .nongye-1 .nongye-1-left .nongye-1-le-p .nongye-1-le-p1 {
		line-height: 36px;
		font-size: 28px;
	}
	.nongye .nongye-1 .nongye-1-left .nongye-1-le-p .nongye-1-le-p2 {
	    line-height: 42px;
	    font-size: 36px;
	}
	.nongye .nongye-1-list ul li {
		margin-right: 10%;
	    margin-top: 32px;
	    line-height: 22px;
	    font-size: 18px;
	}
	.nongye .nongye-1-list ul li img {
		width: 50px;
	    margin-bottom: 10px;
	}
	.nongye .nongye-1 .nongye-1-right .nongye-1-ri-2 {
	    line-height: 38px;
	    font-size: 28px;
	    margin-top: 15px;
	}
	.nongye .nongye-1 .nongye-1-right .nongye-1-ri-3 {
	    line-height: 26px;
	    font-size: 15px;
	    margin-top: 10px;
	}
	.nongye-2 {
	    margin-top: 48px;
		font-size: 15px;
	    line-height: 30px;	
		background-size: 180px auto;
	}
}
@media (max-width: 991px){
	.nongye-2{
		background-size: 130px auto !important;
	}
	.nongye .nongye-1-list{
		margin-top: 20px;
	}
	.nongye .nongye-1-list ul li{
		font-size: 16px;
	}
}
@media (max-width: 767px){
	.nongye {
	    padding: 15px 0 15px 0;
	}
	.nongye .nongye-1 .nongye-1-ab{
		display: none;
	}
	.nongye .nongye-1 .nongye-1-left{
		width: 100%;
		border-bottom: 1px solid #ededed;
	}
	.nongye .nongye-1 .nongye-1-left .nongye-1-le-p{
		text-align: center;
	}
	.nongye .nongye-1 .nongye-1-right{
		width: 100%;
	}
	.nongye .nongye-1-list {
	    margin-top: 10px;
		padding-bottom: 10px;
	}
	.nongye .nongye-1-list ul li{
		float: left;
		width: 50%;
		margin: 0;
		margin: 10px 0;
		padding: 0;
		text-align: center;
		font-size: 14px;
	}
	.nongye .nongye-1-list ul li img {
	    width: 36px;
	    margin-bottom: 5px;
	}
	.nongye .nongye-1 .nongye-1-left .nongye-1-le-p .nongye-1-le-p1 {
	    line-height: 28px;
	    font-size: 20px;
	}
	.nongye .nongye-1 .nongye-1-left .nongye-1-le-p .nongye-1-le-p2 {
	    line-height: 28px;
	    font-size: 20px;
	}
	.nongye .nongye-1 .nongye-1-right{
		text-align: left;
		padding-top: 0;
		margin-top: 10px;
	}
	.nongye .nongye-1 .nongye-1-right .nongye-1-ri-2 {
	    line-height: 28px;
	    font-size: 20px;
	    margin-top: 5px;
	}
	.nongye .nongye-1 .nongye-1-right .nongye-1-ri-3{
		margin-top: 5px;
	}
	.nongye .nongye-1 .nongye-1-right .nongye-1-ri-4{
		margin-top: 10px;
	}
	.nongye-2{
		margin-top: 10px;
		padding-right: 0;
		padding-top: 60px;
		font-size: 14px;
		line-height: 28px;
		background-position: top center!important;
		background-size: 160px auto!important;
	}
	.nongye-3{
		margin-top: 5px;
	}
	.nongye-3 img {
	    width: 100%;
	    margin: 5px 0;
	}
}


.video-img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 99;
}
@media (max-width: 767px){
	.video-img{
		display: none!important;
	}
}

.dj-2-list ul li {
	min-height:615px;
}
@media (max-width:1199px) {
	.dj-2-list ul li {
		min-height:480px;
	}
}
@media (max-width:991px) {
	.dj-2-list ul li {
		min-height:auto;
	}
}